diff --git a/deploy.sh b/deploy.sh index e6d2f31..75a64c2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/sh -gcloud functions deploy corsAgent --trigger-http --runtime nodejs12 --allow-unauthenticated +gcloud functions deploy corsAgent --trigger-http --runtime nodejs14 --allow-unauthenticated # gcloud functions describe corsAgent diff --git a/package-lock.json b/package-lock.json index 68207f3..c38e007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mikespub/gcf-cors-proxy", - "version": "1.2.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mikespub/gcf-cors-proxy", - "version": "1.2.0", + "version": "1.4.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 1e889a4..9b61fac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mikespub/gcf-cors-proxy", - "version": "1.2.0", + "version": "1.4.0", "description": "Basic CORS Proxy via Google Cloud Functions", "license": "Apache-2.0", "author": "mikespub",