diff --git a/docs/USAGE.md b/docs/USAGE.md index 0921e5b1..54929d97 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -24,7 +24,7 @@ If you have any issues, questions or an idea for additional features, please tak ## Latest Changes ::: tip State of this document -This documentation refers to release [v3.8.0](https://github.com/openhab/openhab-google-assistant/releases/tag/v3.8.0) of [openHAB Google Assistant](https://github.com/openhab/openhab-google-assistant) published on 2023-11-03 +This documentation refers to release [v3.8.1](https://github.com/openhab/openhab-google-assistant/releases/tag/v3.8.1) of [openHAB Google Assistant](https://github.com/openhab/openhab-google-assistant) published on 2023-11-26 ::: ### v3.8.0 diff --git a/functions/package-lock.json b/functions/package-lock.json index abf909d1..5b491f07 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.8.0", + "version": "3.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.8.0", + "version": "3.8.1", "license": "EPL-2.0", "dependencies": { "actions-on-google": "^3.0.0" diff --git a/functions/package.json b/functions/package.json index 7b072d0a..b9bfddb2 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.8.0", + "version": "3.8.1", "description": "A Google Assistant, Actions on Google based implementation for openHAB", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index c60349ac..67398844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.8.0", + "version": "3.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome", - "version": "3.8.0", + "version": "3.8.1", "license": "EPL-2.0", "dependencies": { "express": "^4.18.2" diff --git a/package.json b/package.json index d1f85e50..3da4d6f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.8.0", + "version": "3.8.1", "description": "A Google Assistant, Actions on Google based implementation for openHAB", "main": "functions/index.js", "repository": {