Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Oct 28, 2024
1 parent e542521 commit ef9d247
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -15,8 +15,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 34
versionCode = 60300
versionName = "0.6.2"
versionCode = 60400
versionName = "0.6.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/60400.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bug where NanoLedger would duplicate the full contents of the journal on some devices/Android implementations

0 comments on commit ef9d247

Please sign in to comment.