openfin-cli 4.0.0-alpha.4 → 4.0.0

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ For more information please refer to the [developer guide](https://developers.op
8
8
 
9
9
  With npm:
10
10
 
11
- > npm -i -g openfin-cli
11
+ > npm i -g openfin-cli
12
12
 
13
13
  With yarn:
14
14
 
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const API_VERSION = '4.0.0-alpha.4';
1
+ export const API_VERSION = '4.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfin-cli",
3
- "version": "4.0.0-alpha.4",
3
+ "version": "4.0.0",
4
4
  "description": "Supports command line development in the OpenFin environment.",
5
5
  "type": "module",
6
6
  "homepage": "http://www.openfin.co",