diff --git a/README.md b/README.md index 2a4499e..612d293 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ You will find your city code in the URL: In this example you will find 6573 for Berlin. ## Changelog - -### **WORK IN PROGRESS** +### 0.3.1 (2024-02-05) - diff --git a/io-package.json b/io-package.json index ba73a03..65e13d7 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "drops-weather", - "version": "0.3.0", + "version": "0.3.1", "news": { + "0.3.1": { + "en": "", + "de": "", + "ru": "", + "pt": "", + "nl": "", + "fr": "", + "it": "", + "es": "", + "pl": "", + "uk": "", + "zh-cn": "" + }, "0.3.0": { "en": "breaking changes in drops.live homepage (2024-02-05)\n\n* parsing of drops.live homepage updated\n* GPS position is not longer supported on the website, added city code in configuration\n* removed temperture because this data is not longer available\n* updated readme", "de": "änderungen in drop.live homepage (2024-02-05)\n\n* parsing von drops.live homepage aktualisiert\n* GPS-Position wird nicht länger auf der Website unterstützt, Stadtcode in Konfiguration hinzugefügt\n* entfernte temperatur, da diese daten nicht mehr verfügbar sind\n* aktualisiertes lesezeichen", @@ -77,18 +90,6 @@ "es": "", "pl": "", "zh-cn": "" - }, - "0.1.0": { - "en": "", - "de": "", - "ru": "", - "pt": "", - "nl": "", - "fr": "", - "it": "", - "es": "", - "pl": "", - "zh-cn": "" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 8c0e51a..99a0116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.drops-weather", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.drops-weather", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 29b0666..5f86e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.drops-weather", - "version": "0.3.0", + "version": "0.3.1", "description": "Reading rain forecast from drops.live", "author": { "name": "inbux",