Skip to content

Commit

Permalink
Bump version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartinus committed Sep 10, 2020
1 parent ac2324e commit f5aed95
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 @@ -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)
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.2.3"
libraryVersion = "1.2.4"

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

0 comments on commit f5aed95

Please sign in to comment.