diff --git a/README.md b/README.md index 360b80b6..12a0b642 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Compose project: ```groovy dependencies { - implementation 'nl.dionsegijn:konfetti-compose:2.0.1' + implementation 'nl.dionsegijn:konfetti-compose:2.0.2' } ``` View based (XML) project: ```groovy dependencies { - implementation 'nl.dionsegijn:konfetti-xml:2.0.1' + implementation 'nl.dionsegijn:konfetti-xml:2.0.2' } ```