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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "proxy-api",
|
||||
"version": "1.14.3",
|
||||
"version": "1.32.0",
|
||||
"author": [
|
||||
{
|
||||
"name": "William Mantly",
|
||||
|
||||
Reference in New Issue
Block a user