From 947a808ca26daa01f43cf165413dd5f3f248dd67 Mon Sep 17 00:00:00 2001 From: lenafx Date: Fri, 19 Dec 2025 23:38:55 +0100 Subject: [PATCH] added version --- anime/AnimeAV1.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }