diff --git a/CHANGELOG.md b/CHANGELOG.md index c5feb138..06198c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.3-next + WebUI: r811 +# Server: v0.5.3-next + WebUI: r812 ## TL;DR - N/A @@ -12,7 +12,7 @@ ## Tachidesk-WebUI Changelog - (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39) - (r811) fix chapterFetch loop - +- (r812) fix overlapping requests # Server: v0.5.3 + WebUI: r809 ## TL;DR diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 9b0d6ceb..586095aa 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -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") ?: "r811" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r812" // counts commits on the master branch val tachideskRevision = runCatching {