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 4b07b22 commit 2ee1be5Copy full SHA for 2ee1be5
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.2.0
+version=2.3.0
3
author=Adafruit
4
maintainer=Adafruit <info@adafruit.com>
5
sentence=Arduino library to access Adafruit IO.
src/AdafruitIO_Definitions.h
@@ -13,7 +13,7 @@
13
#define ADAFRUITIO_DEFINITIONS_H_
14
15
#define ADAFRUITIO_VERSION_MAJOR 2
16
-#define ADAFRUITIO_VERSION_MINOR 0
+#define ADAFRUITIO_VERSION_MINOR 3
17
#define ADAFRUITIO_VERSION_PATCH 0
18
19
// forward declaration
0 commit comments