From 11232d76b4c959066a234ae1a40152497422d8e4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 19 May 2018 17:49:31 -0400 Subject: [PATCH] version bump --- package-lock.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" },