diff --git a/README.md b/README.md index eef3d8f09..8f7bb28cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A simple, rational music player for android.

- GitHub release + GitHub release diff --git a/app/build.gradle b/app/build.gradle index 8ef166e36..0c093ea9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt index 49800355f..5c2867701 100644 --- a/fastlane/metadata/android/en-US/changelogs/11.txt +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -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.