Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
* (BenAhrdt) changes in length calculation
  • Loading branch information
BenAhrdt committed Jan 19, 2024
1 parent a5089d2 commit 8a46a7c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Adapter was created in collaboration with Joerg Froehner [email protected]
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.0.10 (2024-01-19)
* (BenAhrdt) changes in length calculation

### 0.0.9 (2024-01-19)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lorawan",
"version": "0.0.9",
"version": "0.0.10",
"news": {
"0.0.10": {
"en": "changes in length calculation",
"de": "änderungen der längenberechnung",
"ru": "изменения в расчете длины",
"pt": "alterações no cálculo de comprimento",
"nl": "wijzigingen in de lengteberekening",
"fr": "changements dans le calcul de la longueur",
"it": "variazioni del calcolo della lunghezza",
"es": "cambios en el cálculo de longitud",
"pl": "zmiany w obliczeniach długości",
"uk": "зміни розрахунку довжини",
"zh-cn": "长度计算的变化"
},
"0.0.9": {
"en": "first version for beta",
"de": "erste version für beta",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "implementuje przyciski i standardową kontrolę łącza w dół ind json (push / replacement)",
"uk": "реалізує кнопки та стандартний контроль за допомогою перемикача json (push / заміна)",
"zh-cn": "执行按钮和标准下行链路控制 ind json(推/替换)"
},
"0.0.3": {
"en": "first config for downlinks inputed",
"de": "erste config für downlinks eingegeben",
"ru": "первая настройка для входных ссылок",
"pt": "primeiro config para downlinks inseridos",
"nl": "eerste configuratie voor downlinks ingevoerd",
"fr": "première configuration pour les liaisons descendantes entrée",
"it": "prima configurazione per downlink in ingresso",
"es": "primer config para downlinks",
"pl": "pierwszy config dla downlinks nieznany",
"uk": "перший конфігурація для вхідних посилань",
"zh-cn": "输入下行链路的第一个配置"
}
},
"title": "LoRaWAN",
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.lorawan",
"version": "0.0.9",
"version": "0.0.10",
"description": "converts the desired lora gateway data to a ioBroker structure",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 8a46a7c

Please sign in to comment.