Release 1.2.0

This commit is contained in:
Syer10
2021-11-29 17:34:48 -05:00
parent 8e1734389e
commit deb6a72f9d
3 changed files with 6 additions and 6 deletions

View File

@@ -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
}