Reset Scans: Update domain (#3923)

Update domain
This commit is contained in:
Yush0DAN 2024-07-09 06:07:21 -06:00 committed by Draff
parent ef68b19ebe
commit 7ae20d9e2e
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 = 'Reset Scans'
extClass = '.ResetScans'
themePkg = 'madara'
baseUrl = 'https://resetscan.com'
overrideVersionCode = 2
baseUrl = 'https://reset-scans.co'
overrideVersionCode = 3
isNsfw = false
}

View File

@ -5,7 +5,7 @@ import java.util.Locale
class ResetScans : Madara(
"Reset Scans",
"https://resetscan.com",
"https://reset-scans.co",
"en",
dateFormat = SimpleDateFormat("MMM dd", Locale("en")),
) {