Release v1.3.2

This commit is contained in:
Syer10
2023-02-14 15:39:16 -05:00
parent 3b39b4e4bc
commit 8e55b471c0
3 changed files with 3 additions and 3 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.1)
- Tachidesk-JUI version: (Example: v1.3.2)
- Operating System: (Example: Ubuntu 20.04)
- Desktop Environment: (Example: Gnome 40)
- Server Type: (Example: Internal)

View File

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

View File

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