chore: update version to 1.4.5 in package.json, package-lock.json, and app-version.ts

This commit is contained in:
shuaiplus
2026-04-24 00:51:27 +08:00
parent 4246e179f1
commit 033d44808f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "nodewarden",
"version": "1.4.4",
"version": "1.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodewarden",
"version": "1.4.4",
"version": "1.4.5",
"license": "LGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "nodewarden",
"version": "1.4.4",
"version": "1.4.5",
"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.4.4';
export const APP_VERSION = '1.4.5';