Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Dec 16, 2023
1 parent 7523fc8 commit c8c7017
Show file tree
Hide file tree
Showing 3 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 @@ -13,8 +13,8 @@ android {
applicationId = "com.bobek.metronome"
minSdk = 21
targetSdk = 34
versionCode = 9
versionName = "1.4.4"
versionCode = 10
versionName = "1.4.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Erweiterte Tempo Auswahl von 30-252 BPM
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Extended tempo range to 30-252 bpm

0 comments on commit c8c7017

Please sign in to comment.