bump version

This commit is contained in:
Aria Moradi
2021-10-18 14:41:01 +03:30
parent 6c4ca36c09
commit d35e31e02d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# Server: v0.5.3-next + WebUI: r820 # Server: v0.5.4 + WebUI: r820
## TL;DR ## 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 ## Tachidesk-Server Changelog
- (r973) convert android.jar lib to a maven repo - (r973) convert android.jar lib to a maven repo

View File

@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
const val MainClass = "suwayomi.tachidesk.MainKt" const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release // 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" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"