Skip to content

Commit

Permalink
Update version code and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Apr 2, 2022
1 parent 7b9848c commit cebca24
Show file tree
Hide file tree
Showing 5 changed files with 18 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 @@ -18,8 +18,8 @@ android
targetSdkVersion 30

// Versioning
versionCode 48
versionName "v6.2.0"
versionCode 49
versionName "v6.2.1"
}

// Build types always include debug (hidden by default)
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-en/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v6.2.1 (49) - 02/04/2022
CORRECTIONS
- Crash on "Enter" if 0 search results (@xi7)
- Possible glitch in favorites popup
4 changes: 4 additions & 0 deletions app/src/main/assets/changelog-fr/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v6.2.1 (49) - 02/04/2022
CORRECTIONS
- Crash si "Entrée" avec 0 résultats (@xi7)
- Possible bug dans le popup des favoris
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v6.2.1 (49) - 02/04/2022
CORRECTIONS
- Crash on "Enter" if 0 search results (@xi7)
- Possible glitch in favorites popup
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v6.2.1 (49) - 02/04/2022
CORRECTIONS
- Crash si "Entrée" avec 0 résultats (@xi7)
- Possible bug dans le popup des favoris

0 comments on commit cebca24

Please sign in to comment.