diff --git a/README.md b/README.md index facbadd..73d3516 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For example, `red = 0`, blue and green will stay unchanged. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.3.5 (2024-09-04) * (bluefox) Formatting of the code ### 1.3.3 (2024-09-03) diff --git a/io-package.json b/io-package.json index 05742db..97015ae 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "wifilight", - "version": "1.3.4", + "version": "1.3.5", "news": { + "1.3.5": { + "en": "Formatting of the code", + "de": "Formatierung des Codes", + "ru": "Форматирование кода", + "pt": "Formatação do código", + "nl": "Opmaak van de code", + "fr": "Formatage du code", + "it": "Formattazione del codice", + "es": "Formato del código", + "pl": "Formatowanie kodu", + "uk": "Форматування коду", + "zh-cn": "代码的格式" + }, "1.3.3": { "en": "Just renamed some functions", "de": "Nur einige Funktionen umbenannt", diff --git a/package-lock.json b/package-lock.json index c2e6290..7df1560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.wifilight", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.wifilight", - "version": "1.3.4", + "version": "1.3.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index 8df2e65..418a7c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.wifilight", - "version": "1.3.4", + "version": "1.3.5", "description": "WiFi Light Adapter", "author": { "name": "soef",