Skip to content

Commit

Permalink
Prepare release v0.10.0+17
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed May 26, 2023
1 parent d0f3107 commit 94474cd
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId "de.lukasneugebauer.nextcloudcookbook"
minSdk 23
targetSdk 33
versionCode 16
versionName "0.9.0"
versionCode 17
versionName "0.10.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Suchleiste zur Rezeptliste hinzugefügt
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added search bar to recipe list screen

0 comments on commit 94474cd

Please sign in to comment.