Skip to content

Commit

Permalink
bump release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLespagnol committed Jul 29, 2019
1 parent 86c52ed commit 87c15d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iwac",
"version": "1.4.1",
"version": "1.5.0",
"description": "Command line tool to create Watson Assistant Workspaces",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const lang = {

program
.description('CLI to create Watson Assistant Workspaces')
.version('1.4.1', '-v, --version');
.version('1.5.0', '-v, --version');

program
.command('create')
Expand Down

0 comments on commit 87c15d3

Please sign in to comment.