@jellylegsai/aether-cli 2.0.1 → 2.0.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16,7 +16,7 @@ const path = require('path');
16
16
  const { BRANDING, C, indicators, success, error, warning, info, code, key, value, formatHelp, drawBox } = require('./lib/ui');
17
17
 
18
18
  // CLI version
19
- const VERSION = '2.0.1';
19
+ const VERSION = '2.0.2';
20
20
 
21
21
  // Command imports
22
22
  const { doctorCommand } = require('./commands/doctor');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jellylegsai/aether-cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Aether CLI - Validator Onboarding, Staking, and Blockchain Operations",
5
5
  "main": "index.js",
6
6
  "bin": {