diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 390a6f98..d095ed5d 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.1) +- Tachidesk-JUI version: (Example: v1.3.2) - Operating System: (Example: Ubuntu 20.04) - Desktop Environment: (Example: Gnome 40) - Server Type: (Example: Internal) diff --git a/build.gradle.kts b/build.gradle.kts index 303d7699..24cd4a30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { allprojects { group = "ca.gosyer" - version = "1.3.1" + version = "1.3.2" dependencies { modules { diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index e9d394e5..e9bdb9cb 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 = 3 + const val migrationCode = 4 // Tachidesk-Server version const val tachideskVersion = "v0.7.0"