From ce3674669ec2ca70090f7fff800c32dc312fdcf0 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Wed, 1 Jul 2026 13:36:59 +0800 Subject: [PATCH] feat: update version to 1.7.2 in package.json, package-lock.json, and app-version.ts --- package-lock.json | 4 ++-- package.json | 2 +- shared/app-version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e594e87..59a0a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodewarden", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodewarden", - "version": "1.7.1", + "version": "1.7.2", "license": "LGPL-3.0", "dependencies": { "@noble/hashes": "^2.2.0", diff --git a/package.json b/package.json index 661ff61..cd137f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodewarden", - "version": "1.7.1", + "version": "1.7.2", "description": "Minimal Bitwarden-compatible server running on Cloudflare Workers", "author": "shuaiplus", "license": "LGPL-3.0", diff --git a/shared/app-version.ts b/shared/app-version.ts index 67f6cb1..b7b49f2 100644 --- a/shared/app-version.ts +++ b/shared/app-version.ts @@ -1 +1 @@ -export const APP_VERSION = '1.7.1'; +export const APP_VERSION = '1.7.2';