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 8228e60 commit 8c1af31Copy full SHA for 8c1af31
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.4.0
+version=2.4.1
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 0
+#define ADAFRUITIO_VERSION_PATCH 1
18
19
// forward declaration
20
class AdafruitIO_Data;
0 commit comments