Skip to content

Commit 5048cc0

Browse files
committed
chore: bump version to 1.7.0
1 parent 3f785fe commit 5048cc0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "1.7.0",
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.1';
1+
export const APP_VERSION = '1.7.0';

0 commit comments

Comments
 (0)