Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrenyatko committed Sep 13, 2017
1 parent b621a18 commit 547e2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ArduinoMqtt",
"version": "1.4.2",
"version": "1.5.0",
"keywords": "mqtt, m2m, iot",
"description": "The library bundles synchronous C++ MQTT Client implementation with C/C++ Eclipse Paho MQTTPacket library. It supports MQTT 3.1 and 3.1.1; QoS 0, 1 and 2.",
"authors": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoMqtt
version=1.4.2
version=1.5.0
author=Oleg Kovalenko <[email protected]>
maintainer=Oleg Kovalenko <[email protected]>
sentence=MQTT Client library for Arduino based on the Eclipse Paho project.
Expand Down

0 comments on commit 547e2b2

Please sign in to comment.