@kandiforge/kandi-cli 9.0.1 → 9.1.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/package.json +1 -1
- package/scripts/install.js +1 -1
package/package.json
CHANGED
package/scripts/install.js
CHANGED
|
@@ -6,7 +6,7 @@ const https = require('https');
|
|
|
6
6
|
const { execSync } = require('child_process');
|
|
7
7
|
const crypto = require('crypto');
|
|
8
8
|
|
|
9
|
-
const RELEASE_VERSION = '9.0
|
|
9
|
+
const RELEASE_VERSION = '9.1.0';
|
|
10
10
|
const DISTRIBUTION_REPO = 'KandiForge/distribution';
|
|
11
11
|
const BINARIES_PATH = 'kandi-cli/binaries';
|
|
12
12
|
|