diff --git a/CHANGELOG.md b/CHANGELOG.md index 91958ef5..d7110613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.4.9-r906 + WebUI: r789 +# Server: v0.4.9-r910 + WebUI: r789 ## TL;DR - You can now install APK extensions from the extensions page - WebUI now comes with an updated Material Design looks and is faster a little bit. diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 2a58b757..255a7d5e 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") ?: "r788" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r789" // counts commits on the master branch val tachideskRevision = runCatching {