Update Manga Rock API version (#626)

Update Manga Rock API version
This commit is contained in:
Logan B 2018-11-22 00:58:14 +13:00 committed by Carlos
parent aff8ad73bd
commit 687594d1f2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Manga Rock'
pkgNameSuffix = 'en.mangarock'
extClass = '.MangaRock'
extVersionCode = 3
extVersionCode = 4
libVersion = '1.0'
}

View File

@ -18,7 +18,7 @@ class MangaRock : HttpSource() {
override val name = "Manga Rock"
override val baseUrl = "https://api.mangarockhd.com/query/web400"
override val baseUrl = "https://api.mangarockhd.com/query/web401"
override val lang = "en"