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,7 @@
|
||||
# Server: v0.5.1-r942 + WebUI: r807
|
||||
# Server: v0.5.2 + WebUI: r807
|
||||
## TL;DR
|
||||
<!-- TODO: fill before release -->
|
||||
- Fixed Local source not working on Windows
|
||||
- Fixed Chapter numbers being shown incorrectly
|
||||
|
||||
## Tachidesk-Server
|
||||
### Public API
|
||||
|
||||
@@ -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.1"
|
||||
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.2"
|
||||
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user