diff --git a/README.md b/README.md index c4ba2a7..5074999 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This personal project is maintained in spare time and has no business goal. RENA Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.0.4 (2023-09-28) * (raschy) Deploy on npm ### 0.0.3 (2023-09-28) diff --git a/io-package.json b/io-package.json index e558d33..247283d 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "renacidc", - "version": "0.0.3", + "version": "0.0.4", "news": { + "0.0.4": { + "en": "Deploy on npm", + "de": "Bereitstellung auf npm", + "ru": "Развертывание на npm", + "pt": "Implante em npm", + "nl": "Vertaling:", + "fr": "Déploiement sur npm", + "it": "Deploy on npm", + "es": "Despliegue en npm", + "pl": "Przykłady", + "uk": "Розгортання на npm", + "zh-cn": "页:1" + }, "0.0.3": { "en": "some code clean-up", "de": "einige code-reinigung", diff --git a/package-lock.json b/package-lock.json index 52ec1f3..b09789e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.renacidc", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.renacidc", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index a08681e..94bda64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.renacidc", - "version": "0.0.3", + "version": "0.0.4", "description": "Reading the data from solar inverter", "author": { "name": "raschy",