add support for the new gnere type in WebUI

This commit is contained in:
Aria Moradi
2021-09-05 01:40:34 +04:30
parent a298c61dab
commit 90be30bddb
3 changed files with 6 additions and 5 deletions
+1 -1
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.4.9"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771"
// counts commits on the the master branch
val tachideskRevision = runCatching {