Skip to content

Commit b1b25fe

Browse files
committed
feat: update version to 1.6.1 in package.json and app-version.ts
1 parent 7cf2ab7 commit b1b25fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodewarden",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Minimal Bitwarden-compatible server running on Cloudflare Workers",
55
"author": "shuaiplus",
66
"license": "LGPL-3.0",

shared/app-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.6.0';
1+
export const APP_VERSION = '1.6.1';

0 commit comments

Comments
 (0)