diff --git a/anime/AnimeAV1.js b/anime/AnimeAV1.js index 3e5e53f..8b4551c 100644 --- a/anime/AnimeAV1.js +++ b/anime/AnimeAV1.js @@ -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"; }