diff --git a/package-lock.json b/package-lock.json index 9f03b9b428a..6c85fccb470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/cli", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5013d7e757..7fc44a58d2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bitwarden/cli", "description": "A secure and free password manager for all of your devices.", - "version": "0.2.1", + "version": "0.3.0", "keywords": [ "bitwarden", "password", @@ -34,6 +34,7 @@ "dist:mac": "npm run build:prod && npm run clean && npm run package:mac", "dist:lin": "npm run build:prod && npm run clean && npm run package:lin", "publish:npm": "npm run build:prod && npm publish --access public", + "publish:ci": "github-release -o bitwarden -r cli -t ci_latest -n ci_latest -d ./dist/bw-windows.zip ./dist/bw-macos.zip ./dist/bw-linux.zip", "lint": "tslint src/**/*.ts spec/**/*.ts || true", "lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix" },