@dainprotocol/cli 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var program = new commander_1.Command();
14
14
  program
15
15
  .name('dain')
16
16
  .description('CLI for Dain Protocol')
17
- .version('1.0.7');
17
+ .version(require('../package.json').version);
18
18
  program
19
19
  .command('init <projectName>')
20
20
  .description('Initialize a new Dain project')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dainprotocol/cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI for Dain Protocol",
5
5
  "main": "dist/index.js",
6
6
  "bin": {