Skip to content

Commit

Permalink
LuaScans: Update Domain (#6549)
Browse files Browse the repository at this point in the history
* Bump

* Update Domain
  • Loading branch information
xdwil authored Dec 10, 2024
1 parent 536dfb6 commit 3569c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/luascans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Lua Scans'
extClass = '.LuaScans'
themePkg = 'keyoapp'
baseUrl = 'https://luacomic.net'
overrideVersionCode = 30
baseUrl = 'https://luacomic.org'
overrideVersionCode = 31
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp

class LuaScans : Keyoapp(
"Lua Scans",
"https://luacomic.net",
"https://luacomic.org",
"en",
) {
// migrated from MangaThemesia to Keyoapp
Expand Down

0 comments on commit 3569c60

Please sign in to comment.