From 15e8bb61b42577cebf887de83e03690cf7429269 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou Date: Sat, 23 Nov 2024 15:54:27 +0100 Subject: [PATCH] Update aniworld.js --- javascript/anime/src/de/aniworld.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/anime/src/de/aniworld.js b/javascript/anime/src/de/aniworld.js index 47070044..98a7832a 100644 --- a/javascript/anime/src/de/aniworld.js +++ b/javascript/anime/src/de/aniworld.js @@ -7,7 +7,7 @@ const mangayomiSources = [{ "typeSource": "single", "isManga": false, "isNsfw": false, - "version": "0.0.27", + "version": "0.0.28", "dateFormat": "", "dateFormatLocale": "", "pkgPath": "anime/src/de/aniworld.js" @@ -302,4 +302,4 @@ function getRandomString(length) { result += chars[random]; } return result; -} \ No newline at end of file +}