diff --git a/README.md b/README.md index 39351e8e..03eefbce 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ npm install -g fotingo $ fotingo COMMAND running command... $ fotingo (-v|--version|version) -fotingo/3.1.0 linux-x64 node-v12.20.1 +fotingo/3.2.0 linux-x64 node-v12.20.1 $ fotingo --help [COMMAND] USAGE $ fotingo COMMAND @@ -82,7 +82,7 @@ OPTIONS -y, --yes Do not prompt for any input but accept all the defaults ``` -_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/release.ts)_ +_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/release.ts)_ ## `fotingo review` @@ -101,7 +101,7 @@ OPTIONS -y, --yes Do not prompt for any input but accept all the defaults ``` -_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/review.ts)_ +_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/review.ts)_ ## `fotingo start [ISSUE]` @@ -124,7 +124,7 @@ OPTIONS -t, --title=title Title of issue to create ``` -_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/start.ts)_ +_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/start.ts)_ diff --git a/package.json b/package.json index b435dde9..c07eb71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fotingo", - "version": "3.1.0", + "version": "3.2.0", "description": "A CLI to ease the interaction between git, github and jira.", "main": "lib/index.js", "bin": {