fix: sync package version to v1.32.0 tag

The v1.32.0 release tag was created but nodejs/package.json was left at
1.14.3 (lockfile at 1.13.3), so the deployed app's buildVersion lags its
own release tag and the update-check banner falsely reports a newer
version. Bump the version fields to match the tag.
This commit is contained in:
2026-08-03 21:31:31 -04:00
parent eb08b6b5b9
commit 1b8ef1f848
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "proxy-api",
"version": "1.14.3",
"version": "1.32.0",
"author": [
{
"name": "William Mantly",