diff --git a/README.md b/README.md index 2cd7237..97cf834 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ Then it should work again * docu docu docu (sorry ... will come) ## Changelog: - -### __WORK IN PROGRESS__ +### 6.2.2 (2023-10-29) * (Apollon77) Optimize activity detection to process all relevant entries in all cases ### 6.2.1 (2023-10-27) diff --git a/package-lock.json b/package-lock.json index 15fc0ba..03f5393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-remote2", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-remote2", - "version": "6.2.1", + "version": "6.2.2", "license": "MIT", "dependencies": { "alexa-cookie2": "^5.0.0", diff --git a/package.json b/package.json index 49fec55..4cc293a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "6.2.1", + "version": "6.2.2", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",