From 48e45dcf80dc40e45a404bf4721a8d412a8f8520 Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 5 Nov 2024 15:50:48 +0800 Subject: [PATCH] increase version number --- ehentai.js | 2 +- index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ehentai.js b/ehentai.js index 7f485dc..de0fce9 100644 --- a/ehentai.js +++ b/ehentai.js @@ -7,7 +7,7 @@ class Ehentai extends ComicSource { // unique id of the source key = "ehentai" - version = "1.0.1" + version = "1.0.2" minAppVersion = "1.0.0" diff --git a/index.json b/index.json index e25722a..a6dca8b 100644 --- a/index.json +++ b/index.json @@ -45,6 +45,6 @@ "name": "ehentai", "fileName": "ehentai.js", "key": "ehentai", - "version": "1.0.1" + "version": "1.0.2" } ]