Skip to content

Commit

Permalink
Bump patch version (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Apr 22, 2024
1 parent 1bbc0c4 commit 4857529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.starry.myne"
minSdk 26
targetSdk 34
versionCode 350
versionName "3.5.0"
versionCode 351
versionName "3.5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/351.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Now you can import external EPUB books in your library!
- Bunch of fixes and improvements in epub parser to make it more stable and reliable.
- Some minor UI improvements and bug fixes.

0 comments on commit 4857529

Please sign in to comment.