diff --git a/README.md b/README.md index 64a845e7..e3ef5c99 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Add the following dependency in your app's build.gradle ```groovy dependencies { - implementation 'nl.dionsegijn:konfetti:1.2.3' + implementation 'nl.dionsegijn:konfetti:1.2.4' } ``` [ ![Download](https://api.bintray.com/packages/danielmartinus/maven/Konfetti/images/download.svg) ](https://bintray.com/danielmartinus/maven/Konfetti/_latestVersion) diff --git a/konfetti/build.gradle b/konfetti/build.gradle index 721a158d..7c8fda43 100644 --- a/konfetti/build.gradle +++ b/konfetti/build.gradle @@ -9,7 +9,7 @@ ext { publishedGroupId = 'nl.dionsegijn' artifact = 'konfetti' - libraryVersion = "1.2.3" + libraryVersion = "1.2.4" libraryName = 'konfetti' libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'