diff --git a/README.md b/README.md index b65dfa9..507a812 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ see example folder The library is partially based on the Python project https://github.com/albertogeniola/MerossIot, Thank you for this great basic work on how to connect to the Meross Cloud Servers ## Changelog - -### __WORK IN PROGRESS__ +### 2.3.0 (2022-09-19) * (Apollon77) Add support for additional MAP100 air purifier data ### 2.2.0 (2022-09-04) diff --git a/package-lock.json b/package-lock.json index df59c04..dbfa739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meross-cloud", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "meross-cloud", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "mqtt": "^4.3.7", diff --git a/package.json b/package.json index ab5ae20..f66f302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meross-cloud", - "version": "2.2.0", + "version": "2.3.0", "description": "Control Meross cloud devices using nodejs", "author": "Ingo Fischer ", "contributors": [],