Release v1.3.1

This commit is contained in:
Syer10
2023-02-12 18:21:56 -05:00
parent 96e984208e
commit 229fcff38c
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -26,7 +26,7 @@ plugins {
allprojects {
group = "ca.gosyer"
version = "1.3.0"
version = "1.3.1"
dependencies {
modules {

View File

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