From 387cb3888a6883276ea9c90c2ca8a3402f793682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Lago?= Date: Fri, 28 Jun 2019 08:47:51 +0200 Subject: [PATCH] 0.0.4 --- README.md | 8 ++++---- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d21ed48..5366572 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @productboard/kbc-cli $ kbc-cli COMMAND running command... $ kbc-cli (-v|--version|version) -@productboard/kbc-cli/0.0.2 darwin-x64 node-v10.15.3 +@productboard/kbc-cli/0.0.4 darwin-x64 node-v10.15.3 $ kbc-cli --help [COMMAND] USAGE $ kbc-cli COMMAND @@ -65,7 +65,7 @@ OPTIONS --help show CLI help ``` -_See code: [src/commands/init.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/src/commands/init.ts)_ ## `kbc-cli pull` @@ -80,7 +80,7 @@ OPTIONS --help show CLI help ``` -_See code: [src/commands/pull.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/pull.ts)_ +_See code: [src/commands/pull.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/src/commands/pull.ts)_ ## `kbc-cli push` @@ -96,5 +96,5 @@ OPTIONS --verbose print response from KBC ``` -_See code: [src/commands/push.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.2/src/commands/push.ts)_ +_See code: [src/commands/push.ts](https://github.com/productboardlabs/kbc-cli/blob/v0.0.4/src/commands/push.ts)_ diff --git a/package-lock.json b/package-lock.json index 9d77013..7ec7c13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@productboard/kbc-cli", - "version": "0.0.1", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d4a1b4..4bf3cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@productboard/kbc-cli", - "version": "0.0.3", + "version": "0.0.4", "author": "", "repository": "github:productboardlabs/kbc-cli", "bin": { @@ -68,4 +68,4 @@ "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" -} \ No newline at end of file +}