From ecf4d49ba25a4e3357867176f57283964d6ea011 Mon Sep 17 00:00:00 2001 From: braindead1 <2136249+braindead1@users.noreply.github.com> Date: Sat, 18 Apr 2020 16:12:56 +0200 Subject: [PATCH] Version 0.1.2 --- README.md | 3 +++ io-package.json | 15 ++++++++++++++- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe2f2b3..1490c4f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ The mode of the lawn mower can be controlled by changing robonect.0.status.mode. It is possible to control the extensions GPIO 1, GPIO 2, OUT 1 and OUT 2 of the Robonect module. Requirement is that the mode of the extension is configured as "API" via the Robonect Web-UI. If for example LEDs are connected to OUT1, it is possible to switch them on in the night and off in the morning by setting Robonect.0.extension.out1.status to "true" or "false". ## Changelog +### 0.1.2 +* (braindead1) fixed GPS + ### 0.1.1 * (braindead1) fixed typo diff --git a/io-package.json b/io-package.json index f7f1dfc..e52a184 100644 --- a/io-package.json +++ b/io-package.json @@ -2,8 +2,21 @@ "common": { "name": "robonect", "title": "Robonect", - "version": "0.1.1", + "version": "0.1.2", "news": { + "0.1.2": { + "en": "fixed GPS", + "de": "festes GPS", + "ru": "фиксированный GPS", + "pt": "GPS fixo", + "nl": "vaste GPS", + "fr": "GPS fixe", + "it": "GPS fisso", + "es": "GPS fijo", + "pl": "naprawiony GPS", + "zh-cn": "固定GPS" + }, + "0.1.1": { "en": "fixed typo", "de": "Tippfehler behoben", diff --git a/package.json b/package.json index 8b58db7..b92ec18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.robonect", - "version": "0.1.1", + "version": "0.1.2", "description": "ioBroker robonect Adapter", "keywords": [ "ioBroker",