Skip to content

Commit 2ee1be5

Browse files
committed
bump lib to 2.3.0
1 parent 4b07b22 commit 2ee1be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit IO Arduino
2-
version=2.2.0
2+
version=2.3.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.

src/AdafruitIO_Definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define ADAFRUITIO_DEFINITIONS_H_
1414

1515
#define ADAFRUITIO_VERSION_MAJOR 2
16-
#define ADAFRUITIO_VERSION_MINOR 0
16+
#define ADAFRUITIO_VERSION_MINOR 3
1717
#define ADAFRUITIO_VERSION_PATCH 0
1818

1919
// forward declaration

0 commit comments

Comments
 (0)