Skip to content

Commit bb71fa0

Browse files
Bump version to 1.2.6
1 parent 259d3dd commit bb71fa0

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
@@ -124,7 +124,7 @@ Add the following dependency in your app's build.gradle
124124

125125
```groovy
126126
dependencies {
127-
implementation 'nl.dionsegijn:konfetti:1.2.5'
127+
implementation 'nl.dionsegijn:konfetti:1.2.6'
128128
}
129129
```
130130
[ ![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.5"
12+
libraryVersion = "1.2.6"
1313

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

0 commit comments

Comments
 (0)