Skip to content

Commit

Permalink
Merge pull request #293 from DennisBauer/create_new_release
Browse files Browse the repository at this point in the history
Create new release 0.12.1
  • Loading branch information
DennisBauer authored Aug 5, 2024
2 parents fd10342 + 4522fbb commit 8755b89
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -97,8 +97,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 24
versionName = "0.12.0"
versionCode = 25
versionName = "0.12.1"
}
signingConfigs {
create("release") {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changelog 0.12.1:
* Update Spanish translations
* Update Hindi translations

Changelog 0.12.0:
* Define a currency per expense

0 comments on commit 8755b89

Please sign in to comment.