Skip to content

Commit

Permalink
update WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Sep 19, 2021
1 parent f7901ad commit f36bc3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Server: v0.5.1-r942 + WebUI: r803
# Server: v0.5.1-r942 + WebUI: r807
## TL;DR
<!-- TODO: fill before release -->

Expand All @@ -20,10 +20,12 @@

## Tachidesk-WebUI
#### Visible changes
- N/A
- (r804) update text positioning on Reader and Player ([#35](https://github.com/Suwayomi/Tachidesk-WebUI/pull/35) by @voltrare)
- (r806) Source card for Local source is different
- (r807) add Local source guide

#### Bug fixes
- N/A
- (r805) fix chapter name

#### Internal changes
- N/A
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 @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.1"

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

// counts commits on the master branch
val tachideskRevision = runCatching {
Expand Down

0 comments on commit f36bc3f

Please sign in to comment.