diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb8ca46..e39e0039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 4416a27a..c8a4d95e 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.4.9" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r776" // counts commits on the the master branch val tachideskRevision = runCatching {