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 e757c62 commit 8ccd246Copy full SHA for 8ccd246
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit IO Arduino
2
-version=2.4.3
+version=2.5.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 4
17
-#define ADAFRUITIO_VERSION_PATCH 3
+#define ADAFRUITIO_VERSION_MINOR 5
+#define ADAFRUITIO_VERSION_PATCH 0
18
19
// forward declaration
20
class AdafruitIO_Data;
0 commit comments