Skip to content

Commit

Permalink
Release version v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartinus committed Jul 14, 2023
1 parent fff4e1f commit 97bf6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
Compose project:
```groovy
dependencies {
implementation 'nl.dionsegijn:konfetti-compose:2.0.2'
implementation 'nl.dionsegijn:konfetti-compose:2.0.3'
}
```

View based (XML) project:
```groovy
dependencies {
implementation 'nl.dionsegijn:konfetti-xml:2.0.2'
implementation 'nl.dionsegijn:konfetti-xml:2.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'io.github.gradle-nexus.publish-plugin'

buildscript {
ext.konfetti_version = '2.0.2'
ext.konfetti_version = '2.0.3'
ext.kotlin_version = '1.8.10'
ext.compose_version = '1.4.3'
ext.coroutines_version = '1.4.2'
Expand Down

0 comments on commit 97bf6d4

Please sign in to comment.