Release v1.1.1

This commit is contained in:
Syer10
2024-06-15 13:15:00 -04:00
parent d9cb54b285
commit f40dcafb43
3 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import java.io.BufferedReader
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.1.0"
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.1.1"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1689"