We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477243f commit 128d95dCopy full SHA for 128d95d
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "r2-web",
3
"private": true,
4
- "version": "1.9.1",
+ "version": "1.9.2",
5
"type": "module",
6
"packageManager": "pnpm@10.30.3",
7
"author": "Viki <hi@viki.moe> (https://github.com/vikiboss)",
src/js/constants.js
@@ -1,5 +1,5 @@
-export const VERSION = '1.9.1'
-export const UPDATED_AT = '2026-03-12T03:42:41.915Z'
+export const VERSION = '1.9.2'
+export const UPDATED_AT = '2026-03-12T06:01:25.286Z'
export const STORAGE_KEY = 'r2-manager-config'
export const THEME_KEY = 'r2-manager-theme'
export const LANG_KEY = 'r2-manager-lang'
0 commit comments