diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e510e7..5fc03a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# Server: v0.5.3-next + WebUI: r820 +# Server: v0.5.4 + WebUI: r820 ## TL;DR -- N/A +- Fixed ReadComicOnline, Toonily and possibly other sources not working +- Backup and Restore now includes Updates tab data +- Removed Anime support from WebUI, Anime support will also be removed from Tachidesk-Server in a future update ## Tachidesk-Server Changelog - (r973) convert android.jar lib to a maven repo diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index b1540864..d0cef37a 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30" const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release -val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3" +val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.4" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"