mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Release 1.2.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import org.gradle.api.JavaVersion
|
||||
|
||||
object Config {
|
||||
const val tachideskVersion = "v0.5.4"
|
||||
const val tachideskVersion = "v0.6.0"
|
||||
// Match this to the Tachidesk-Server commit count
|
||||
const val serverCode = 1046
|
||||
const val serverCode = 1049
|
||||
const val preview = true
|
||||
const val previewCommit = "3b73a0fd72430fcbb4f45ee2ccca0ca64f9ffb83"
|
||||
const val previewCommit = "63ea28a620cdf6a2fd376304ad4e54e850e4f981"
|
||||
|
||||
val jvmTarget = JavaVersion.VERSION_15
|
||||
}
|
||||
Reference in New Issue
Block a user