diff --git a/README.md b/README.md index c61f458..b147c1a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ SwitchState is writeable. ## Changelog +#### 1.1.1 + +* Update Node 12, small fixes +* Corrected size of logo +* updated copyrights + #### 1.0.0 * Added Datapoints for Temperature (Thanks to @hhindriks) diff --git a/admin/mystrom-wifi-switch.png b/admin/mystrom-wifi-switch.png index b60a76e..f89bc39 100644 Binary files a/admin/mystrom-wifi-switch.png and b/admin/mystrom-wifi-switch.png differ diff --git a/io-package.json b/io-package.json index 67f5961..b16e629 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "mystrom-wifi-switch", - "version": "1.1.0", + "version": "1.1.1", "authors":[ "name rgw@elexis.ch" ], diff --git a/mystrom.xcf b/mystrom.xcf index bb91f96..43a9aff 100644 Binary files a/mystrom.xcf and b/mystrom.xcf differ diff --git a/package.json b/package.json index a93cc70..c6fda0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.mystrom-wifi-switch", - "version": "1.1.0", + "version": "1.1.1", "description": "ioBroker mystrom wifi switch Adapter", "author": { "name": "rgwch",