mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-17 10:12:03 +01:00
Release v1.3.2
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,7 +23,7 @@ Note that the issue will be automatically closed if you do not fill out the titl
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Device information
|
## Device information
|
||||||
- Tachidesk-JUI version: (Example: v1.3.1)
|
- Tachidesk-JUI version: (Example: v1.3.2)
|
||||||
- Operating System: (Example: Ubuntu 20.04)
|
- Operating System: (Example: Ubuntu 20.04)
|
||||||
- Desktop Environment: (Example: Gnome 40)
|
- Desktop Environment: (Example: Gnome 40)
|
||||||
- Server Type: (Example: Internal)
|
- Server Type: (Example: Internal)
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "ca.gosyer"
|
group = "ca.gosyer"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
modules {
|
modules {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import org.gradle.api.JavaVersion
|
import org.gradle.api.JavaVersion
|
||||||
|
|
||||||
object Config {
|
object Config {
|
||||||
const val migrationCode = 3
|
const val migrationCode = 4
|
||||||
|
|
||||||
// Tachidesk-Server version
|
// Tachidesk-Server version
|
||||||
const val tachideskVersion = "v0.7.0"
|
const val tachideskVersion = "v0.7.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user