Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Dec 4, 2020
1 parent ae28be6 commit a46b541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"manifest_version": 1,
"name": "Simple MQTT Adapter",
"short_name": "MQTT Adapter",
"version": "1.0.0",
"version": "1.0.1",
"options": {
"schema": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-mqtt-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Creates a virtual device with configurable actions/events connected to a MQTT broker.",
"author": "Michael Kohler <me@michaelkohler.info>",
"main": "index.js",
Expand Down

0 comments on commit a46b541

Please sign in to comment.