Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
- (mcm1957) Version number has been bumped to 1.0.0 as lower numbers have been already used in the past.
  • Loading branch information
mcm1957 committed Nov 18, 2023
1 parent c94acc3 commit 03813c3
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
31 changes: 26 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,8 +56,12 @@
"uk": "Адаптер для косарки Bosch Indego",
"zh-cn": "适用于博世 Indego 割草机的适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["Indego"],
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"Indego"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -77,8 +94,12 @@
}
}
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"username": "",
"password": "",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.boschindego",
"version": "0.1.1",
"version": "1.0.0",
"description": "Adapter for Bosch Indego Mower",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 03813c3

Please sign in to comment.