feat: update version to 1.6.1 in package.json and app-version.ts

This commit is contained in:
shuaiplus
2026-06-12 16:47:45 +08:00
parent 7cf2ab7c88
commit b1b25fe678
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "nodewarden", "name": "nodewarden",
"version": "1.6.0", "version": "1.6.1",
"description": "Minimal Bitwarden-compatible server running on Cloudflare Workers", "description": "Minimal Bitwarden-compatible server running on Cloudflare Workers",
"author": "shuaiplus", "author": "shuaiplus",
"license": "LGPL-3.0", "license": "LGPL-3.0",
+1 -1
View File
@@ -1 +1 @@
export const APP_VERSION = '1.6.0'; export const APP_VERSION = '1.6.1';