From ee3ef8c168cfb9a083b8a65e14deacddc76dc496 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Mar 2023 04:17:09 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/goldy1992/Mp3Player/compare/v3.1.0...v3.2.0) (2023-03-18) ### Features * **album:** Implemented the Album Screen and added Play/Pause Button animations. ([fb3b904](https://github.com/goldy1992/Mp3Player/commit/fb3b9040767b061c30bbf26fb8221b90b9d00c2c)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b104a7f..9c558df25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/goldy1992/Mp3Player/compare/v3.1.0...v3.2.0) (2023-03-18) + + +### Features + +* **album:** Implemented the Album Screen and added Play/Pause Button animations. ([fb3b904](https://github.com/goldy1992/Mp3Player/commit/fb3b9040767b061c30bbf26fb8221b90b9d00c2c)) + # [3.1.0](https://github.com/goldy1992/Mp3Player/compare/v3.0.0...v3.1.0) (2023-01-02) diff --git a/gradle.properties b/gradle.properties index 647f5097c..46783bfb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -#Mon Jan 02 05:52:25 UTC 2023 +#Sat Mar 18 04:17:09 UTC 2023 android.useAndroidX=true org.gradle.jvmargs=-Xmx4608m kapt.include.compile.classpath=false -version.code=10 -version.name=3.1.0 +version.code=11 +version.name=3.2.0 full_release_storeFile=***** full_release_storePassword=***** full_release_keyAlias=*****