Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrenyatko committed Jun 5, 2017
1 parent a7ec901 commit bfda078
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.3.1",
"version": "1.4.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.3.1
version=1.4.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 bfda078

Please sign in to comment.