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 Oct 24, 2022
1 parent 68c16f7 commit 52bd3fd
Show file tree
Hide file tree
Showing 5 changed files with 14 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 53
versionName "v6.5.0"
versionCode 54
versionName "v6.6.0"
}

// Build types always include debug (hidden by default)
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/assets/changelog-en/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v6.6.0 (54) - 24/10/2022
NEW THINGS
- Interactive clock setting (@kariboooooo)
3 changes: 3 additions & 0 deletions app/src/main/assets/changelog-fr/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v6.6.0 (54) - 24/10/2022
NOUVEAUTÉS
- Option horloge interactive (@kariboooooo)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v6.6.0 (54) - 24/10/2022
NEW THINGS
- Interactive clock setting (@kariboooooo)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v6.6.0 (54) - 24/10/2022
NOUVEAUTÉS
- Option horloge interactive (@kariboooooo)

0 comments on commit 52bd3fd

Please sign in to comment.