From 1fad238952d272e4c51c0e33a490ea84a0ebd567 Mon Sep 17 00:00:00 2001 From: Michael Krug Date: Tue, 10 Oct 2023 20:15:41 +0200 Subject: [PATCH] :bookmark: Release (minor): 3.7.0 --- functions/package-lock.json | 4 ++-- functions/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 4f369067..8b90406d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.5", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.5", + "version": "3.7.0", "license": "EPL-2.0", "dependencies": { "actions-on-google": "^3.0.0" diff --git a/functions/package.json b/functions/package.json index db725b74..e3196a41 100644 --- a/functions/package.json +++ b/functions/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome.cloud-function", - "version": "3.6.5", + "version": "3.7.0", "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 8ba834eb..9c569480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.6.5", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhab.google-assistant-smarthome", - "version": "3.6.5", + "version": "3.7.0", "license": "EPL-2.0", "dependencies": { "express": "^4.18.2" diff --git a/package.json b/package.json index dd3d11dc..bcc86afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openhab.google-assistant-smarthome", - "version": "3.6.5", + "version": "3.7.0", "description": "A Google Assistant, Actions on Google based implementation for openHAB", "main": "functions/index.js", "repository": {