-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ plugins { | |
} | ||
|
||
group = "ca.gosyer" | ||
version = "1.1.3" | ||
version = "1.2.0" | ||
|
||
repositories { | ||
mavenCentral() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |