Skip to content

Commit

Permalink
v3.0.0-alpha -> Update version number & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Apr 17, 2022
1 parent 16b28f8 commit 9476666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "phone.vishnu.quotes"
minSdkVersion 22
targetSdkVersion 32
versionCode 60
versionName "2.10.1"
versionCode 61
versionName "v3.0.0-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/60.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
@@ -0,0 +1,4 @@
- Background images can now be picked from Unsplash
- New implementation of Fonts

Full Changelog -> https://github.com/VishnuSanal/Quotes/compare/v2.10.1...v3.0.0-alpha

0 comments on commit 9476666

Please sign in to comment.