mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
bump version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user