Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Feb 4, 2024
1 parent dd9344c commit 397d5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -14,8 +14,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 26
targetSdk = 33
versionCode = 10600
versionName = "0.1.5"
versionCode = 10700
versionName = "0.1.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/10700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Replace save button with spinning indicator while saving transaction
* If an error occurs while saving, allow copying it via a dialog

0 comments on commit 397d5d5

Please sign in to comment.