SummerToon: update domain (#3893)

This commit is contained in:
Vetle Ledaal 2024-07-07 14:15:46 +02:00 committed by Draff
parent a916c6a4a1
commit 75fe6a5d71
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'SummerToon'
extClass = '.SummerToon'
themePkg = 'mangathemesia'
baseUrl = 'https://summertoon.me'
overrideVersionCode = 2
baseUrl = 'https://summertoon.biz'
overrideVersionCode = 3
isNsfw = false
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class SummerToon : MangaThemesia(
"SummerToon",
"https://summertoon.me",
"https://summertoon.biz",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {