Skip to content

Commit

Permalink
Bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
luebbe committed Jun 3, 2020
1 parent f3d2c11 commit c6a60c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Homie node collection",
"version": "1.1.1",
"version": "1.2.0,
"keywords": "iot, home, automation, Arduino, esp8266, homie, sensor, relay, switch",
"description": "Collection of Node implementations for the Homie-ESP8266 library. Versions 1.0.x implement the Homie 2.0 convention. Versions 1.1.x and newer implement the Homie 3.0 convention.",
"homepage": "https://github.com/luebbe/homie-node-collection",
Expand Down Expand Up @@ -35,6 +35,9 @@
},
{
"name": "DallasTemperature"
},
{
"name": "NewPing"
}
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Homie node collection
version=1.1.1
version=1.2.0
author=Lübbe Onken
maintainer=Lübbe Onken
sentence=Collection of Node implementations for the Homie-ESP8266 library. Versions 1.0.x implement the Homie 2.0 convention. Versions 1.1.x and newer implement the Homie 3.0 convention.
Expand Down

0 comments on commit c6a60c4

Please sign in to comment.