Skip to content

Commit ef9d247

Browse files
committed
Bump version
1 parent e542521 commit ef9d247

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "be.chvp.nanoledger"
1616
minSdk = 21
1717
targetSdk = 34
18-
versionCode = 60300
19-
versionName = "0.6.2"
18+
versionCode = 60400
19+
versionName = "0.6.3"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {

metadata/en-US/changelogs/60400.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix bug where NanoLedger would duplicate the full contents of the journal on some devices/Android implementations

0 commit comments

Comments
 (0)