From fee81cb74724345ac15a7ee49821fa7483b7061f Mon Sep 17 00:00:00 2001 From: TA2k Date: Thu, 14 Mar 2024 21:24:07 +0100 Subject: [PATCH] chore: release v1.1.2 - Fix Map location --- README.md | 3 +-- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb9ff82..776f53f 100644 --- a/README.md +++ b/README.md @@ -27,8 +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.1.2 (2024-03-14) - Fix Map location diff --git a/io-package.json b/io-package.json index e02fc78..ed8f46f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "boschindego", - "version": "1.1.1", + "version": "1.1.2", "news": { + "1.1.2": { + "en": "Fix Map location", + "de": "Fix für Kartenposition", + "ru": "Расположение карты", + "pt": "Corrigir localização do mapa", + "nl": "Plaats van de kaart herstellen", + "fr": "Correction de l'emplacement de la carte", + "it": "Fissare la posizione della mappa", + "es": "Ubicación del mapa", + "pl": "Napraw lokalizację mapy", + "uk": "Карта сайту", + "zh-cn": "修复地图位置" + }, "1.1.1": { "en": "fix Login", "de": "Login Fix", diff --git a/package-lock.json b/package-lock.json index 3d604bc..be25f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.boschindego", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.boschindego", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index d5ad5e0..46ea811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.boschindego", - "version": "1.1.1", + "version": "1.1.2", "description": "Adapter for Bosch Indego Mower", "author": { "name": "TA2k",