add ability to delete downloaded chapters

This commit is contained in:
Aria Moradi
2021-09-17 01:29:42 +04:30
parent 4e72a3886f
commit 6bc19af041
5 changed files with 38 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r789"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r791"
// counts commits on the master branch
val tachideskRevision = runCatching {