We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf2ab7 commit b1b25feCopy full SHA for b1b25fe
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodewarden",
3
- "version": "1.6.0",
+ "version": "1.6.1",
4
"description": "Minimal Bitwarden-compatible server running on Cloudflare Workers",
5
"author": "shuaiplus",
6
"license": "LGPL-3.0",
shared/app-version.ts
@@ -1 +1 @@
-export const APP_VERSION = '1.6.0';
+export const APP_VERSION = '1.6.1';
0 commit comments