Skip to content

Commit 20f8135

Browse files
committed
Bump version
1 parent 0bacf38 commit 20f8135

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 = 60100
19-
versionName = "0.6.0"
18+
versionCode = 60200
19+
versionName = "0.6.1"
2020

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

metadata/en-US/changelogs/60200.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix bug where NanoLedger crashed on amounts that only contained an assertion

0 commit comments

Comments
 (0)