Skip to content

Commit 86c52ed

Browse files
committed
bump release 1.4.1
1 parent 6ad46b4 commit 86c52ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iwac",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Command line tool to create Watson Assistant Workspaces",
55
"main": "index.js",
66
"scripts": {

src/creator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const lang = {
2424

2525
program
2626
.description('CLI to create Watson Assistant Workspaces')
27-
.version('1.4.0', '-v, --version');
27+
.version('1.4.1', '-v, --version');
2828

2929
program
3030
.command('create')

0 commit comments

Comments
 (0)