bump version

This commit is contained in:
Aria Moradi
2021-09-19 17:36:46 +04:30
parent f36bc3f643
commit bc2072e81f
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# Server: v0.5.1-r942 + WebUI: r807 # Server: v0.5.2 + WebUI: r807
## TL;DR ## TL;DR
<!-- TODO: fill before release --> - Fixed Local source not working on Windows
- Fixed Chapter numbers being shown incorrectly
## Tachidesk-Server ## Tachidesk-Server
### Public API ### Public API

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.1" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.2"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"