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 d45a9b4 commit 0ecca93Copy full SHA for 0ecca93
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.3.1
+version=2.4.0
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -13,8 +13,8 @@
13
#define ADAFRUITIO_DEFINITIONS_H_
14
15
#define ADAFRUITIO_VERSION_MAJOR 2
16
-#define ADAFRUITIO_VERSION_MINOR 3
17
-#define ADAFRUITIO_VERSION_PATCH 1
+#define ADAFRUITIO_VERSION_MINOR 4
+#define ADAFRUITIO_VERSION_PATCH 0
18
19
// forward declaration
20
class AdafruitIO_Data;
0 commit comments