Skip to content

Commit

Permalink
WebtoonHatti: Update URL (#6880)
Browse files Browse the repository at this point in the history
Update WebtoonHatti URL
  • Loading branch information
mrtear authored Dec 29, 2024
1 parent 6dacfd6 commit 3aa89a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tr/webtoonhatti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Webtoon Hatti'
extClass = '.WebtoonHatti'
themePkg = 'madara'
baseUrl = 'https://webtoonhatti.dev'
overrideVersionCode = 4
baseUrl = 'https://webtoonhatti.me'
overrideVersionCode = 5
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.Locale

class WebtoonHatti : Madara(
"Webtoon Hatti",
"https://webtoonhatti.dev",
"https://webtoonhatti.me",
"tr",
dateFormat = SimpleDateFormat("dd MMMM", Locale("tr")),
) {
Expand Down

0 comments on commit 3aa89a6

Please sign in to comment.