From 7218f6efb8a7e8d5ddcedc3a50be5cd5cf275e06 Mon Sep 17 00:00:00 2001 From: "serhiy.krasovskyy" Date: Mon, 22 Apr 2024 10:10:33 +0300 Subject: [PATCH] Switched version to 0.0.8. --- README.md | 5 +++-- io-package.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9f7d4b..1b95846 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ All devices which can be controlled via EWPE Smart app should be supported, incl **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. ## Changelog -### 0.0.7 (2024-04-15) +### 0.0.8 (2024-04-15) - First version of the adapter ## License @@ -51,4 +51,5 @@ SOFTWARE. ## Acknowledgments - [tomikaa87](https://github.com/tomikaa87) for reverse-engineering the Gree protocol -- [stas-demydiuk](https://github.com/stas-demydiuk) for code of DeviceManager \ No newline at end of file +- [stas-demydiuk](https://github.com/stas-demydiuk) for code of DeviceManager +- Sizenko Alexander for Digital-7 fonts \ No newline at end of file diff --git a/io-package.json b/io-package.json index 210232c..cf2fe67 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,9 @@ { "common": { "name": "gree-hvac", - "version": "0.0.7", + "version": "0.0.8", "news": { - "0.0.7": { + "0.0.8": { "en": "initial release", "de": "Erstveröffentlichung", "ru": "Начальная версия", diff --git a/package.json b/package.json index e60aaf8..fd6f530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.gree-hvac", - "version": "0.0.7", + "version": "0.0.8", "description": "Adapter for Gree and C&H conditioners", "author": { "name": "Serhiy Krasovskyy",