diff --git a/package.json b/package.json index c39298a..81a2d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodewarden", - "version": "1.5.2", + "version": "1.6.0", "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 254aa6f..6c9e273 100644 --- a/shared/app-version.ts +++ b/shared/app-version.ts @@ -1 +1 @@ -export const APP_VERSION = '1.5.2'; +export const APP_VERSION = '1.6.0';