Skip to content

Commit

Permalink
increase version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Jan 4, 2022
1 parent a7be3d5 commit a2c03ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.4.1
* Updated library dependencies

## v2.4.0
* The image description is now available with a click on the artwork title. Removed the not-working link to the website for it.
* The "Share" intent now doesn't link to the website any more, but directly to the image resource.
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20401.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Updated library dependencies
4 changes: 2 additions & 2 deletions muzei-nationalgeographic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
// SemVer
versionName = "2.4.0"
versionCode = 20400
versionName = "2.4.1"
versionCode = 20401
archivesBaseName = "$applicationId-v$versionCode"
//
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit a2c03ad

Please sign in to comment.