We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad46b4 commit 86c52edCopy full SHA for 86c52ed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iwac",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Command line tool to create Watson Assistant Workspaces",
5
"main": "index.js",
6
"scripts": {
src/creator.js
@@ -24,7 +24,7 @@ const lang = {
24
25
program
26
.description('CLI to create Watson Assistant Workspaces')
27
- .version('1.4.0', '-v, --version');
+ .version('1.4.1', '-v, --version');
28
29
30
.command('create')
0 commit comments