Skip to content

Commit

Permalink
Set version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteenbeek committed Feb 10, 2021
1 parent 519fad3 commit cd6816d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/root/tools/resx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/root/tools/setFormCustomizable.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hso/d365-cli",
"version": "4.0.0",
"version": "4.0.1",
"author": "HSO Innovation <[email protected]> (http://www.hso.com)",
"description": "HSO D365 Command Line Interface",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Variables} from './Variables';
import {Deploy} from './root/tools/Deploy';

program
.version('4.0.0') // .version(require('../package').version)
.version('4.0.1') // .version(require('../package').version)
.usage('<command> [options]');

program
Expand Down

0 comments on commit cd6816d

Please sign in to comment.