diff --git a/android/app/build.gradle b/android/app/build.gradle index e7927d3..91cc3c2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,8 +44,8 @@ android { applicationId "deep.ryd.rydplayer" minSdkVersion 21 targetSdkVersion 28 - versionCode 54 - versionName "2.0.4" + versionCode 55 + versionName "2.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } signingConfigs { diff --git a/pubspec.yaml b/pubspec.yaml index 8b1c51a..355f706 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A Materialistic Music Player. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.3 +version: 2.0.5 environment: sdk: ">=2.1.0 <3.0.0"