Skip to content

Commit

Permalink
chore: modify version to 4.8.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoMagpie committed Aug 27, 2024
1 parent 37fae50 commit b52e88c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eh-view-enhance.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @name:ko E-HENTAI 보기 향상
// @name:ru E-HENTAI VIEW ENHANCE
// @namespace https://github.com/MapoMagpie/eh-view-enhance
// @version 4.7.7
// @version 4.8.0
// @author MapoMagpie
// @description Manga Viewer + Downloader, Focus on experience and low load on the site. Support: Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com | wnacg.com | manhuagui.com | mangacopy.com | yande.re | hentainexus.com | koharu.to | arca.live
// @description:zh-CN 漫画阅读 + 下载器,注重体验和对站点的负载控制。支持:Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com | wnacg.com | manhuagui.com | mangacopy.com | yande.re | hentainexus.com | koharu.to | arca.live
Expand Down
2 changes: 1 addition & 1 deletion eh-view-enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @name:ko E-HENTAI 보기 향상
// @name:ru E-HENTAI VIEW ENHANCE
// @namespace https://github.com/MapoMagpie/eh-view-enhance
// @version 4.7.7
// @version 4.8.0
// @author MapoMagpie
// @description Manga Viewer + Downloader, Focus on experience and low load on the site. Support: Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com | wnacg.com | manhuagui.com | mangacopy.com | yande.re | hentainexus.com | koharu.to | arca.live
// @description:zh-CN 漫画阅读 + 下载器,注重体验和对站点的负载控制。支持:Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com | wnacg.com | manhuagui.com | mangacopy.com | yande.re | hentainexus.com | koharu.to | arca.live
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import monkey, { cdn } from 'vite-plugin-monkey';

const VERSION = '4.7.7';
const VERSION = '4.8.0';
// https://vitejs.dev/config/
export default defineConfig(({ command }) => {
let downloadURL: string | undefined;
Expand Down

0 comments on commit b52e88c

Please sign in to comment.