Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Oct 5, 2024
1 parent 9723a16 commit 5369059
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 @@ -15,8 +15,8 @@ android {
applicationId = "be.chvp.nanoledger"
minSdk = 21
targetSdk = 34
versionCode = 50100
versionName = "0.5.0"
versionCode = 60100
versionName = "0.6.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/60100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add copy-and-edit functionality
* Fix bug where actions on a transaction would use the wrong transaction when the transaction list is filtered

0 comments on commit 5369059

Please sign in to comment.