Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Feb 14, 2023
1 parent 3b39b4e commit 8e55b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {

allprojects {
group = "ca.gosyer"
version = "1.3.1"
version = "1.3.2"

dependencies {
modules {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8e55b47

Please sign in to comment.