update WebUI

This commit is contained in:
Aria Moradi
2021-09-08 20:24:22 +04:30
parent 826d767423
commit a730b692bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.4.9-r882 + WebUI: r771
# Server: v0.4.9-r882 + WebUI: r776
## Tachidesk-Server
### Public API
#### Non-breaking changes

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") ?: "r771"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r776"
// counts commits on the the master branch
val tachideskRevision = runCatching {