chore: sync package.json version field with VERSION file

Free-tier test `package.json version matches VERSION file` caught the
drift: VERSION file already bumped to 1.32.0.0 but package.json still
read 1.31.1.0. Mechanical sync, no other changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-05-11 09:54:49 -07:00
parent 62c73080e3
commit 2603a7df58
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gstack",
"version": "1.31.1.0",
"version": "1.32.0.0",
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
"license": "MIT",
"type": "module",