Release v1.1.0

This commit is contained in:
Syer10
2024-06-14 21:41:17 -04:00
parent ecd1604e25
commit fda4cd6783
3 changed files with 50 additions and 3 deletions

View File

@@ -10,9 +10,9 @@ import java.io.BufferedReader
const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.0.0"
val tachideskVersion = System.getenv("ProductVersion") ?: "v1.1.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1409"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1689"
// counts commits on the current checked out branch
val getTachideskRevision = {