increase version number

This commit is contained in:
2024-11-04 17:15:20 +08:00
parent 319d96ca0c
commit 57de4c9ae6
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ class Ehentai extends ComicSource {
// unique id of the source // unique id of the source
key = "ehentai" key = "ehentai"
version = "1.0.0" version = "1.0.1"
minAppVersion = "1.0.0" minAppVersion = "1.0.0"

View File

@@ -45,6 +45,6 @@
"name": "ehentai", "name": "ehentai",
"fileName": "ehentai.js", "fileName": "ehentai.js",
"key": "ehentai", "key": "ehentai",
"version": "1.0.0" "version": "1.0.1"
} }
] ]