Skip to content

Commit f5aed95

Browse files
Bump version 1.2.4
1 parent ac2324e commit f5aed95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Add the following dependency in your app's build.gradle
119119

120120
```groovy
121121
dependencies {
122-
implementation 'nl.dionsegijn:konfetti:1.2.3'
122+
implementation 'nl.dionsegijn:konfetti:1.2.4'
123123
}
124124
```
125125
[ ![Download](https://api.bintray.com/packages/danielmartinus/maven/Konfetti/images/download.svg) ](https://bintray.com/danielmartinus/maven/Konfetti/_latestVersion)

konfetti/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99

1010
publishedGroupId = 'nl.dionsegijn'
1111
artifact = 'konfetti'
12-
libraryVersion = "1.2.3"
12+
libraryVersion = "1.2.4"
1313

1414
libraryName = 'konfetti'
1515
libraryDescription = 'Lightweight particle system to celebrate with confetti in your app'

0 commit comments

Comments
 (0)