@aptos-labs/aptos-cli 0.0.13 → 0.0.14

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/bin/aptos +1 -1
  2. package/package.json +1 -1
package/bin/aptos CHANGED
@@ -5,7 +5,7 @@ const fs = require("fs");
5
5
  const os = require("os");
6
6
 
7
7
  const PNAME = "aptos-cli";
8
- const VERSION = "2.0.2";
8
+ const VERSION = "2.2.0";
9
9
 
10
10
  // Get all arguments passed to the script
11
11
  const getOS = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/aptos-cli",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Aptos CLI available from npmjs",
5
5
  "bin": {
6
6
  "aptos": "bin/aptos"