increase version number

This commit is contained in:
2024-11-05 15:50:48 +08:00
parent 2ba9770c2d
commit 48e45dcf80
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

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