chore: release v1.7.3

This commit is contained in:
shuaiplus
2026-07-07 01:43:14 +08:00
parent 8a5b210a1d
commit a0f832e8a5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "nodewarden",
"version": "1.7.2",
"version": "1.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodewarden",
"version": "1.7.2",
"version": "1.7.3",
"license": "LGPL-3.0",
"dependencies": {
"@noble/hashes": "^2.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "nodewarden",
"version": "1.7.2",
"version": "1.7.3",
"description": "Minimal Bitwarden-compatible server running on Cloudflare Workers",
"author": "shuaiplus",
"license": "LGPL-3.0",
+1 -1
View File
@@ -1 +1 @@
export const APP_VERSION = '1.7.2';
export const APP_VERSION = '1.7.3';