Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Feb 7, 2021
1 parent 77f7683 commit 870581b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"id": "simple-mqtt-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "Simple MQTT Adapter",
"short_name": "MQTT Adapter",
"version": "1.0.2",
"name": "Simple MQTT",
"short_name": "MQTT",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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 870581b

Please sign in to comment.