diff --git a/README.md b/README.md index ff19beb5..c8e387a9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.3.1 (2020-07-24) * (Apollon77) Update cookie lib to maybe be more backward compatible if login/baseUrl was changed * (Apollon77) Increase timeout when reading routines diff --git a/package-lock.json b/package-lock.json index 84212e3d..febdce2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41dfff91..568b9135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.3.0", + "version": "3.3.1", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",