ResetScans: Update domain (#5332)

* ResetScans: Bump versionCode

* ResetScans: Update baseUrl
This commit is contained in:
Smol Ame 2024-10-03 12:36:52 -07:00 committed by GitHub
parent 1488bbe039
commit a91db026bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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://reset-scans.co'
overrideVersionCode = 5
baseUrl = 'https://rspro.xyz'
overrideVersionCode = 6
isNsfw = false
}

View File

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