Skip to content

Commit b0f0f43

Browse files
committed
chore: release v1.6.8
1 parent e55b70c commit b0f0f43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "r2-web",
33
"private": true,
4-
"version": "1.6.7",
4+
"version": "1.6.8",
55
"type": "module",
66
"packageManager": "pnpm@10.30.3",
77
"author": "Viki <hi@viki.moe> (https://github.com/vikiboss)",

src/js/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export const VERSION = '1.6.6'
2-
export const UPDATED_AT = '2026-03-07T05:11:39.052Z'
1+
export const VERSION = '1.6.7'
2+
export const UPDATED_AT = '2026-03-07T05:20:45.476Z'
33
export const STORAGE_KEY = 'r2-manager-config'
44
export const THEME_KEY = 'r2-manager-theme'
55
export const LANG_KEY = 'r2-manager-lang'

0 commit comments

Comments
 (0)