Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Feb 3, 2020
1 parent 988fadc commit 04fc860
Show file tree
Hide file tree
Showing 2 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 @@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-motion:0.2.0'
implementation 'com.pranavpandey.android:dynamic-motion:0.3.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenArtifactId = 'dynamic-motion'
mavenInceptionYear = 2018
mavenVersion = '0.2.0'
mavenVersionCode = 2
sampleVersionCode = 2
mavenVersion = '0.3.0'
mavenVersionCode = 3
sampleVersionCode = 3

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 04fc860

Please sign in to comment.