1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Goddangit

This commit is contained in:
carbotaniuman 2020-07-04 10:54:00 -05:00
parent 61316f5f27
commit 76d19d7493

View file

@ -22,7 +22,7 @@ import java.time.Duration
object Constants {
const val CLIENT_BUILD = 14
const val CLIENT_VERSION = "1.0.0"
const val CLIENT_VERSION = "1.1.1"
const val WEBUI_VERSION = "0.1.1"
val MAX_AGE_CACHE: Duration = Duration.ofDays(14)