Skip to content

Commit

Permalink
v2.10.0 -> Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Feb 13, 2022
1 parent f47687a commit 2affeb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "phone.vishnu.quotes"
minSdkVersion 22
targetSdkVersion 31
versionCode 58
versionName "2.9.0"
versionCode 59
versionName "2.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/58.txt

This file was deleted.

7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
@@ -0,0 +1,7 @@
- Add custom color picker
- Add Translate section to about
- Fix bugs and glitches

Now you can support this app by adding translations in your language: https://hosted.weblate.org/engage/quotes-status-creator/

Full Changelog -> https://github.com/VishnuSanal/Quotes/compare/v2.9.0...v2.10.0

0 comments on commit 2affeb4

Please sign in to comment.