added version to every extension

This commit is contained in:
2025-12-19 23:47:02 +01:00
parent 947a808ca2
commit 1f52ac678e
17 changed files with 18 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ class NovelBin {
this.baseUrl = "https://novelbin.me";
this.type = "book-board";
this.mediaType = "ln";
this.version = "1.0"
}
async search(queryObj) {