diff --git a/README.md b/README.md index 8e99b43..f1469b3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { - implementation 'com.pranavpandey.android:dynamic-motion:0.3.0' + implementation 'com.pranavpandey.android:dynamic-motion:0.4.0' } ``` diff --git a/build.gradle b/build.gradle index 7c17b61..ece41dc 100644 --- a/build.gradle +++ b/build.gradle @@ -66,9 +66,9 @@ ext { mavenGroup = 'com.pranavpandey.android' mavenArtifactId = 'dynamic-motion' mavenInceptionYear = 2018 - mavenVersion = '0.3.0' - mavenVersionCode = 3 - sampleVersionCode = 3 + mavenVersion = '0.4.0' + mavenVersionCode = 4 + sampleVersionCode = 4 developerId = 'pranavpandey' developerName = 'Pranav Pandey'