feat: update version to 1.5.2 in package.json, package-lock.json, and app-version.ts

This commit is contained in:
shuaiplus
2026-05-12 00:11:08 +08:00
parent c0df6d1c16
commit 6b671450a8
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "nodewarden",
"version": "1.5.1",
"version": "1.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodewarden",
"version": "1.5.1",
"version": "1.5.2",
"license": "LGPL-3.0",
"dependencies": {
"@noble/hashes": "^2.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "nodewarden",
"version": "1.5.1",
"version": "1.5.2",
"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.5.1';
export const APP_VERSION = '1.5.2';