diff --git a/README.md b/README.md index 02af68f..22179c4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Use id.remote.\* to control the mower Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.0 (2023-11-18) - (mcm1957) Version number has been bumped to 1.0.0 as lower numbers have been already used in the past. ### 0.1.1 (2023-11-11) diff --git a/io-package.json b/io-package.json index a31892f..1718c02 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "boschindego", - "version": "0.1.1", + "version": "1.0.0", "news": { + "1.0.0": { + "en": "Version number has been bumped to 1.0.0 as lower numbers have been already used in the past.", + "de": "Die Versionsnummer wurde auf 1.0.0 angehoben, da niedrigere Versionen bereits in der Vergangenheit verwendet wurden.", + "ru": "Номер версии был скомплен до 1.0.0 как более низкие числа уже были использованы в прошлом.", + "pt": "O número da versão foi colhido para 1.0.0 como números mais baixos já foram usados no passado.", + "nl": "Versienummer is gebotst naar 1.0, zoals lagere nummers al gebruikt zijn in het verleden.", + "fr": "Le nombre de versions a été atteint de 1,0 car les nombres inférieurs ont déjà été utilisés dans le passé.", + "it": "Il numero di versione è stato urtato a 1.0.0 come numeri inferiori sono stati già utilizzati in passato.", + "es": "El número de versión se ha reducido a 1.0.0 ya que los números más bajos ya se han utilizado en el pasado.", + "pl": "Liczba wersji została zderzona do 1,0.0, jako że w przeszłości były już używane.", + "uk": "Версія номеру була передана до 1.0.0, як і раніше використовуються менші числа.", + "zh-cn": "由于过去已经使用了较少的数字,因此流落到1.0.0。." + }, "0.1.1": { "en": "initial release", "de": "erstausstrahlung", @@ -43,8 +56,12 @@ "uk": "Адаптер для косарки Bosch Indego", "zh-cn": "适用于博世 Indego 割草机的适配器" }, - "authors": ["TA2k "], - "keywords": ["Indego"], + "authors": [ + "TA2k " + ], + "keywords": [ + "Indego" + ], "license": "MIT", "platform": "Javascript/Node.js", "main": "main.js", @@ -77,8 +94,12 @@ } } }, - "encryptedNative": ["password"], - "protectedNative": ["password"], + "encryptedNative": [ + "password" + ], + "protectedNative": [ + "password" + ], "native": { "username": "", "password": "", diff --git a/package-lock.json b/package-lock.json index faf665f..58b08ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.boschindego", - "version": "0.1.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.boschindego", - "version": "0.1.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index ba4759d..89e54fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.boschindego", - "version": "0.1.1", + "version": "1.0.0", "description": "Adapter for Bosch Indego Mower", "author": { "name": "TA2k",