diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e06aa25c..390a6f98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl --- ## Device information -- Tachidesk-JUI version: (Example: v1.3.0) +- Tachidesk-JUI version: (Example: v1.3.1) - Operating System: (Example: Ubuntu 20.04) - Desktop Environment: (Example: Gnome 40) - Server Type: (Example: Internal) diff --git a/README.md b/README.md index e7670b2e..feaf9c13 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Here is a list of current features for interaction with Tachidesk-JUI: ### Supported Tachidesk versions These are the versions of [Tachidesk-Server][tachidesk-server] that JUI supports. #### [Release build][release] -- [Tachidesk-Server][tachidesk-server] v0.6.0+ +- [Tachidesk-Server][tachidesk-server] v0.7.0+ #### [Preview build][preview] - [Tachidesk-Server Preview][tachidesk-server-preview] v0.7.0-r1197+ diff --git a/build.gradle.kts b/build.gradle.kts index f6a22edf..303d7699 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { allprojects { group = "ca.gosyer" - version = "1.3.0" + version = "1.3.1" dependencies { modules { diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 7c6b27e8..e9d394e5 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -1,7 +1,7 @@ import org.gradle.api.JavaVersion object Config { - const val migrationCode = 2 + const val migrationCode = 3 // Tachidesk-Server version const val tachideskVersion = "v0.7.0"