bump version
CI Publish / Validate Gradle Wrapper (push) Successful in 11s
CI Publish / Build artifacts and release (push) Failing after 16s

This commit is contained in:
Aria Moradi
2021-09-13 19:32:05 +04:30
parent 0a9e0bc9e4
commit 6a11d2e357
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Server: v0.4.9-r910 + WebUI: r789 # Server: v0.5.0 + WebUI: r789
## TL;DR ## TL;DR
- You can now install APK extensions from the extensions page - You can now install APK extensions from the extensions page
- WebUI now comes with an updated Material Design looks and is faster a little bit. - WebUI now comes with an updated Material Design looks and is faster a little bit.
+1 -1
View File
@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
const val MainClass = "suwayomi.tachidesk.MainKt" const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release // should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r789" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r789"