antigravity-ide 3.5.60 → 3.5.61

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/package.json +1 -1
  2. package/setup.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-ide",
3
- "version": "3.5.60",
3
+ "version": "3.5.61",
4
4
  "description": "The Ultimate AI Agent Brain - Rules, Skills, and Workflows",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
package/setup.js CHANGED
@@ -30,7 +30,7 @@ async function setup() {
30
30
 
31
31
  console.log(gradient.rainbow.multiline(branding));
32
32
  console.log(gradient.atlas('━'.repeat(60)));
33
- console.log(chalk.gray(` Google Antigravity • Global Setup Wizard • v3.5.60`));
33
+ console.log(chalk.gray(` Google Antigravity • Global Setup Wizard • v3.5.61`));
34
34
  console.log(chalk.gray(' Developed with 💡 by Dokhacgiakhoa'));
35
35
  console.log(gradient.atlas('━'.repeat(60)) + '\n');
36
36
  console.log(chalk.bold.hex('#00ffee')('🚀 Antigravity Global Setup Starting...\n'));