Skip to content

Commit

Permalink
chore: release v0.11.0 (27)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Nov 24, 2024
1 parent 1826d2f commit 10b993a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "me.ash.reader"
minSdk = 26
targetSdk = 33
versionCode = 26
versionName = "0.11.0"
versionCode = 27
versionName = "0.11.1"

buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${'$'}{versionName}(${versionCode})\"")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.11.1

Notable changes:
1. Custom font support for WebView reader
2. Add new visual styles to toolbars in flow page and reading page
3. UI improvements & fixes

0 comments on commit 10b993a

Please sign in to comment.