Skip to content

Commit

Permalink
Update to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartinus committed Apr 29, 2019
1 parent 372b497 commit 29dcffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Just add the following dependency in your app's build.gradle

```groovy
dependencies {
implementation 'nl.dionsegijn:konfetti:1.1.2'
implementation 'nl.dionsegijn:konfetti:1.1.3'
}
```
[ ![Download](https://api.bintray.com/packages/danielmartinus/maven/Konfetti/images/download.svg) ](https://bintray.com/danielmartinus/maven/Konfetti/_latestVersion)
Expand Down
2 changes: 1 addition & 1 deletion konfetti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {

publishedGroupId = 'nl.dionsegijn'
artifact = 'konfetti'
libraryVersion = "1.1.2"
libraryVersion = "1.1.3"

libraryName = 'konfetti'
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'
Expand Down

0 comments on commit 29dcffc

Please sign in to comment.