Jeaz Scans: Update domain (#2314)

* Update domain

* Bump
This commit is contained in:
bapeey 2024-04-08 21:32:31 -05:00 committed by Draff
parent ad0d859a87
commit 8387d1a9de
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Jeaz Scans'
extClass = '.JeazScans'
themePkg = 'madara'
baseUrl = 'https://jeazscansv1.com'
overrideVersionCode = 0
baseUrl = 'https://jeazscansv2.com'
overrideVersionCode = 1
isNsfw = false
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class JeazScans : Madara(
"JeazScans",
"https://jeazscansv1.com",
"https://jeazscansv2.com",
"es",
SimpleDateFormat("d MMMM, yyyy", Locale("es")),
) {