update WebUI

This commit is contained in:
Aria Moradi
2021-09-03 04:52:34 +04:30
parent 2e1fb85b73
commit 04552c0923
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
## Tachidesk-WebUI ## Tachidesk-WebUI
#### Visible changes #### Visible changes
- N/A - (r767-r769) Support for hiding NSFW content in settings screen, extensions screen, sources screen
#### Bug fixes #### Bug fixes
- N/A - N/A

View File

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