added version

This commit is contained in:
2025-12-19 23:38:55 +01:00
parent 911bf3afe4
commit 947a808ca2

View File

@@ -1,7 +1,8 @@
class AnimeAV1 {
constructor() {
this.type = "anime-board"; // Required for scanner
this.type = "anime-board";
this.version = "1.0"
this.api = "https://animeav1.com";
}