mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 13:02:34 +01:00
v0.6.1
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user