This commit is contained in:
Aria Moradi
2022-02-19 05:29:46 +03:30
parent 0fc2c57395
commit 1176092fc6
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# Server: v0.6.0-next + WebUI: r911
# Server: v0.6.1 + WebUI: r911
## TL;DR
- msi and deb packages thanks to @mahor1221
- [Tachidesk-Flutter](https://github.com/Suwayomi/Tachidesk-Flutter) exists now!
## Tachidesk-Server Changelog
- (r1047) update (by @AriaMoradi)

View File

@@ -12,7 +12,7 @@ const val kotlinVersion = "1.6.10"
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.0"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "911"