Skip to content

Commit d219e75

Browse files
committed
Update library version.
1 parent 8f39d0f commit d219e75

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=CayenneMQTT
2-
version=1.2.0
2+
version=1.3.0
33
author=myDevices
44
maintainer=myDevices
55
sentence=Connect a device to the Cayenne dashboard using MQTT.

src/CayenneUtils/CayenneDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
1818
#ifndef _CAYENNEDEFINES_h
1919
#define _CAYENNEDEFINES_h
2020

21-
#define CAYENNE_LIBRARY_VERSION "1.2.0"
21+
#define CAYENNE_LIBRARY_VERSION "1.3.0"
2222
#define CAYENNE_VERSION "v1"
2323
#define CAYENNE_DOMAIN "mqtt.mydevices.com"
2424
#define CAYENNE_PORT 1883

0 commit comments

Comments
 (0)