Release 1.1.0

This commit is contained in:
Syer10
2021-06-20 18:17:10 -04:00
parent d65273d8fa
commit ce7eed15aa
2 changed files with 2 additions and 3 deletions

View File

@@ -48,8 +48,6 @@ Download the latest release from [the aur](https://aur.archlinux.org/packages/ta
If you use yay, you can run `yay -S tachidesk-jui` inside a terminal window.
## General troubleshooting
If the app breaks try deleting the directory below and re-running the app (**This will delete all your data!**) and if the problem persists open an issue.
### I'm having issues starting the application
Make sure you have used either an installer, or you have Java 15 installed.

View File

@@ -15,7 +15,7 @@ plugins {
}
group = "ca.gosyer"
version = "1.0.1"
version = "1.1.0"
repositories {
mavenCentral()
@@ -154,6 +154,7 @@ compose.desktop {
packageName = "TachideskJUI"
description = "TachideskJUI is a Jvm client for a Tachidesk Server"
copyright = "Mozilla Public License v2.0"
vendor = "Suwayomi"
windows {
dirChooser = true
upgradeUuid = "B2ED947E-81E4-4258-8388-2B1EDF5E0A30"