fix: sync package version to v1.20.2 tag

The v1.20.2 release tag was created but nodejs/package.json (and the
lockfile) were left at 1.20.1, so the deployed app's buildVersion lagged
its own release tag and the update-check banner falsely reported a newer
version. Bump the version fields to match the tag.
This commit is contained in:
2026-08-03 21:26:55 -04:00
parent d802c399a3
commit bf471c2e19
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "t42-sso-manager",
"version": "1.20.1",
"version": "1.20.2",
"description": "A very simple LDAP management and SSO system",
"author": [
{