Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Sep 19, 2021
1 parent f36bc3f commit bc2072e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Server: v0.5.1-r942 + WebUI: r807
# Server: v0.5.2 + WebUI: r807
## TL;DR
<!-- TODO: fill before release -->
- Fixed Local source not working on Windows
- Fixed Chapter numbers being shown incorrectly

## Tachidesk-Server
### Public API
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
const val MainClass = "suwayomi.tachidesk.MainKt"

// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.1"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.2"

val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"

Expand Down

0 comments on commit bc2072e

Please sign in to comment.