From d4d96987f18f71c414a9e0d101fa6794172ae7c7 Mon Sep 17 00:00:00 2001 From: jsetton Date: Mon, 19 Dec 2022 18:50:31 -0500 Subject: [PATCH] Bump version to 3.3.0 --- README.md | 2 +- lambda/package-lock.json | 4 ++-- lambda/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d11a1b..22287bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Implementation of the Google Assistant API for Alexa -# Release 3.2 +# Release 3.3 ### THIS SKILL IS FOR PERSONAL USE ONLY AND IS NOT ENDORSED BY GOOGLE OR AMAZON. WHILST THIS SKILL USES AN OFFICIAL GOOGLE API, IT WILL NEVER PASS AMAZON CERTIFICATION DUE TO THE WAY THE RESPONSES ARE HOSTED. diff --git a/lambda/package-lock.json b/lambda/package-lock.json index ebc28d6..9af9ef0 100644 --- a/lambda/package-lock.json +++ b/lambda/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-assistant", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-assistant", - "version": "3.2.0", + "version": "3.3.0", "license": "GPL-3.0", "dependencies": { "@aws-sdk/client-s3": "^3.234.0", diff --git a/lambda/package.json b/lambda/package.json index 1eab587..def66c4 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1,6 +1,6 @@ { "name": "alexa-assistant", - "version": "3.2.0", + "version": "3.3.0", "description": "An unofficial Google skill for Alexa", "main": "index.js", "type": "module",