Skip to content

Commit 938b1b1

Browse files
committed
chore: modify version to 4.10.12;
1 parent 28825be commit 938b1b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eh-view-enhance.meta.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eh-view-enhance.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @name:es Comic Looms
88
// @name:ka Comic Looms
99
// @namespace https://github.com/MapoMagpie/eh-view-enhance
10-
// @version 4.10.10
10+
// @version 4.10.12
1111
// @author MapoMagpie
1212
// @description Manga Viewer + Downloader, Focus on experience and low load on the site. Support you in finding the site you are searching for.
1313
// @description:zh-CN 漫画阅读 + 下载器,注重体验和对站点的负载控制。支持你正在搜索的站点。

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vite';
22
import monkey, { cdn } from 'vite-plugin-monkey';
33

4-
const VERSION = '4.10.10';
4+
const VERSION = '4.10.12';
55
// https://vitejs.dev/config/
66
export default defineConfig(({ command }) => {
77
let downloadURL: string | undefined;

0 commit comments

Comments
 (0)