From b1b25fe678e6cd6bfe8cf07cbffe25e6d42549d0 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Fri, 12 Jun 2026 16:47:45 +0800 Subject: [PATCH] feat: update version to 1.6.1 in package.json and app-version.ts --- package.json | 2 +- shared/app-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81a2d64..4016b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodewarden", - "version": "1.6.0", + "version": "1.6.1", "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 6c9e273..cb8a81f 100644 --- a/shared/app-version.ts +++ b/shared/app-version.ts @@ -1 +1 @@ -export const APP_VERSION = '1.6.0'; +export const APP_VERSION = '1.6.1';