update WebUI

This commit is contained in:
Aria Moradi
2021-10-18 14:37:13 +03:30
parent 70355dc505
commit 6c4ca36c09
2 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r813"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"
// counts commits on the master branch
val tachideskRevision = runCatching {