We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2f6d1 commit 5513ca0Copy full SHA for 5513ca0
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.4.1
+version=2.4.2
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -14,7 +14,7 @@
14
15
#define ADAFRUITIO_VERSION_MAJOR 2
16
#define ADAFRUITIO_VERSION_MINOR 4
17
-#define ADAFRUITIO_VERSION_PATCH 1
+#define ADAFRUITIO_VERSION_PATCH 2
18
19
// forward declaration
20
class AdafruitIO_Data;
0 commit comments