diff --git a/README.md b/README.md index 51ea0514..d044a6ee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.2.0 (2020-06-16) * (Apollon77) Update Cookie Library to allow Proxy Signup again after Amazon changes * (hive) add new commands, jokes/facts/goodnight/cleanup * (hive) add new command curatedtts with allowed values ["goodbye", "confirmations", "goodmorning", "compliments", "birthday", "goodnight", "iamhome"] to play random curated sentences diff --git a/package-lock.json b/package-lock.json index 89b0426d..a09fb6d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d745293..de822cc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.1.0", + "version": "3.2.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",