From 229fcff38c8c4a9675a2eef25363646c24d02b8a Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sun, 12 Feb 2023 18:21:56 -0500 Subject: [PATCH] Release v1.3.1 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- build.gradle.kts | 2 +- buildSrc/src/main/kotlin/Config.kt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e06aa25c6..390a6f98d 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 e7670b2e0..feaf9c13b 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 f6a22edfb..303d76996 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 7c6b27e81..e9d394e52 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"