Skip to content

Commit 128d95d

Browse files
committed
chore: release v1.9.2
1 parent 477243f commit 128d95d

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.9.1",
4+
"version": "1.9.2",
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.9.1'
2-
export const UPDATED_AT = '2026-03-12T03:42:41.915Z'
1+
export const VERSION = '1.9.2'
2+
export const UPDATED_AT = '2026-03-12T06:01:25.286Z'
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)