diff --git a/dart/anime/multisrc/zorotheme/sources.dart b/dart/anime/multisrc/zorotheme/sources.dart index b0b931d9..0a2eded5 100644 --- a/dart/anime/multisrc/zorotheme/sources.dart +++ b/dart/anime/multisrc/zorotheme/sources.dart @@ -2,7 +2,7 @@ import '../../../../model/source.dart'; import 'src/hianime/hianime.dart'; import 'src/kaido/kaido.dart'; -const _zorothemeVersion = "0.1.1"; +const _zorothemeVersion = "0.1.2"; const _zorothemeSourceCodeUrl = "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart"; @@ -15,6 +15,6 @@ List _zorothemeSourcesList = [ ] .map((e) => e ..sourceCodeUrl = _zorothemeSourceCodeUrl - ..appMinVerReq = "0.4.1" + ..appMinVerReq = "0.4.0" ..version = _zorothemeVersion) .toList();