diff --git a/package-lock.json b/package-lock.json index 20d435d..d5ceb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodewarden", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodewarden", - "version": "1.4.3", + "version": "1.4.4", "license": "LGPL-3.0", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 9183517..344b05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodewarden", - "version": "1.4.3", + "version": "1.4.4", "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 8a7cd6e..b8b96e6 100644 --- a/shared/app-version.ts +++ b/shared/app-version.ts @@ -1 +1 @@ -export const APP_VERSION = '1.4.3'; +export const APP_VERSION = '1.4.4';