skillctl 0.0.7 → 0.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.
- package/package.json +1 -1
- package/scripts/install.js +1 -1
package/package.json
CHANGED
package/scripts/install.js
CHANGED
|
@@ -5,7 +5,7 @@ const os = require('os');
|
|
|
5
5
|
|
|
6
6
|
// Configuración
|
|
7
7
|
const REPO = "joeldevz/agent-skill";
|
|
8
|
-
const VERSION = "v0.0.
|
|
8
|
+
const VERSION = "v0.0.9"; // ¡CAMBIA ESTO PARA QUE COINCIDA CON TU TAG DE GITHUB!
|
|
9
9
|
const BIN_NAME = "skillctl";
|
|
10
10
|
|
|
11
11
|
// Detectar plataforma
|