Skip to content

Commit 8a2c2be

Browse files
authored
Mangaworld: Update Domain (#9886)
1 parent abc6963 commit 8a2c2be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/it/mangaworld/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext {
22
extName = 'Mangaworld'
33
extClass = '.Mangaworld'
44
themePkg = 'mangaworld'
5-
baseUrl = 'https://www.mangaworld.nz'
6-
overrideVersionCode = 7
5+
baseUrl = 'https://www.mangaworld.cx'
6+
overrideVersionCode = 8
77
isNsfw = false
88
}
99

src/it/mangaworld/src/eu/kanade/tachiyomi/extension/it/mangaworld/Mangaworld.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import eu.kanade.tachiyomi.multisrc.mangaworld.MangaWorld
44

55
class Mangaworld : MangaWorld(
66
"Mangaworld",
7-
"https://www.mangaworld.nz",
7+
"https://www.mangaworld.cx",
88
"it",
99
)

0 commit comments

Comments
 (0)