From 008915a1c84fa7d0af3d2901d54cb83caa77449f Mon Sep 17 00:00:00 2001 From: baerengraben Date: Fri, 31 Jul 2020 20:05:03 +0200 Subject: [PATCH] Create Version 0.3.1 --- README.md | 2 +- io-package.json | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 777f2b7..ee6d5b0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The first query is made 10s after the adapter was started. After the first start ## Changelog ### 0.3.1 -* (baerengraben) Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes. +* (baerengraben) Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes (https://github.com/baerengraben/iobroker.swiss-weather-api/issues/6). ### 0.3.0 * (baerengraben) Change from Scheduled Adapter to Deamon Adapter(https://github.com/baerengraben/iobroker.swiss-weather-api/issues/11). The query interval is now configurable by parameter. The first query is made 10s after the adapter was started. Attention: For installing this version, please delete the older adapter version completely and install it again. diff --git a/io-package.json b/io-package.json index 1c8a0dd..26311f3 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,11 @@ { "common": { "name": "swiss-weather-api", - "version": "0.3.0", + "version": "0.3.1", "news": { + "0.3.1": { + "en": "Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes." + }, "0.3.0": { "en": "Change from Scheduled Adapter to Deamon Adapter (https://github.com/baerengraben/iobroker.swiss-weather-api/issues/11). The query interval can now be configured. The adapter no longer terminates and the first query is made 10s after the adapter is started. Attention: For installing this version, please delete the adapter completely and install it again (no update)" }, diff --git a/package.json b/package.json index 93157e3..a7ec3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.swiss-weather-api", - "version": "0.3.0", + "version": "0.3.1", "description": "Connects to Free SRG-SSR Weather API (https://developer.srgssr.ch/apis/srgssr-weather)", "author": { "name": "baerengraben",