bump extensions versions

This commit is contained in:
kodjomoustapha
2023-08-08 21:45:52 +01:00
parent 2bb156d71e
commit 39a0f1738d
15 changed files with 8 additions and 1737 deletions

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart';
const comickVersion = "0.0.1";
const comickVersion = "0.0.11";
const comickSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/comick/comick-v$comickVersion.dart";

View File

@@ -1,11 +1,9 @@
import '../../../../model/source.dart';
const apiUrl = 'https://api.mangadex.org';
const baseUrl = 'https://mangadex.org';
const isNsfw = true;
const mangadexVersion = "0.0.11";
const mangadexVersion = "0.0.12";
const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
const iconUrl = 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-all-mangadex.png';