Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Ready for version 2.1.0 of Auxio.
  • Loading branch information
OxygenCobalt committed Jan 29, 2022
1 parent 50b2cab commit 44c53d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4 align="center">A simple, rational music player for android.</h4>
<p align="center">
<a href="https://github.com/oxygencobalt/Auxio/releases/">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.0.1&color=0D5AF5">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.1.0&color=0D5AF5">
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

defaultConfig {
applicationId "org.oxycblt.auxio"
versionName "2.0.1"
versionCode 10
versionName "2.1.0"
versionCode 11

minSdkVersion 21
targetSdkVersion 32
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Auxio 2.1.0 enhances the playback experience, implementing a single-queue system, ReplayGain functionality, and better support on older devices. For more information, please read the full changelog at https://github.com/OxygenCobalt/Auxio/releases/tag/v2.0.0.
Auxio 2.1.0 enhances the playback experience, implementing a single-queue system, ReplayGain functionality, and better support on older devices. For more information, please read the full changelog at https://github.com/OxygenCobalt/Auxio/releases/tag/v2.1.0.

0 comments on commit 44c53d9

Please sign in to comment.