This commit is contained in:
Aria Moradi
2021-10-10 23:51:21 +03:30
parent bf9554a746
commit e3b32367a7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.3-next + WebUI: r812 # Server: v0.5.3-next + WebUI: r813
## TL;DR ## TL;DR
- N/A - N/A
@@ -13,6 +13,7 @@
- (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39) - (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39)
- (r811) fix chapterFetch loop - (r811) fix chapterFetch loop
- (r812) fix overlapping requests - (r812) fix overlapping requests
- (r813) fix typo
# Server: v0.5.3 + WebUI: r809 # Server: v0.5.3 + WebUI: r809
## TL;DR ## TL;DR

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.5.3" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r812" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r813"
// counts commits on the master branch // counts commits on the master branch
val tachideskRevision = runCatching { val tachideskRevision = runCatching {