diff --git a/package.json b/package.json index 90aabcc7..36e782d2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", - "publish": "npm run build && npm publish", + "deploy": "npm run build && npm publish", "deploy:cloud:aws": "cd cloud-wrapper && npm run build && npm run deploy:aws", "deploy:cloud:gcp": "cd cloud-wrapper && npm run build && npm run deploy:gcp", "deploy:cloud:cloudflare": "cd cloud-wrapper && npm run build && npm run deploy:cloudflare", diff --git a/src/utils/version.ts b/src/utils/version.ts index 81e321fe..2ff38acc 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.8.11'; +export const VERSION = '0.9.0';