diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7f998f..45b47325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ ## Tachidesk-WebUI #### Visible changes -- N/A +- (r767-r769) Support for hiding NSFW content in settings screen, extensions screen, sources screen #### Bug fixes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 8a255774..5cc39e5d 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.8" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r767" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769" // counts commits on the the master branch val tachideskRevision = runCatching {