iobroker.staticsfilefolder 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/staticsfilefolder.png +0 -0
- package/io-package.json +4 -1
- package/package.json +1 -1
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "staticsfilefolder",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.9": {
|
|
7
|
+
"en": "Updated the adapter logo with a custom designed static files icon."
|
|
8
|
+
},
|
|
6
9
|
"0.0.8": {
|
|
7
10
|
"en": "Fixed adapter logo transparency by converting it to a true RGBA PNG."
|
|
8
11
|
},
|