From a1bd57b1df9e421be5e593514d16ac52921dd8dc Mon Sep 17 00:00:00 2001 From: Dion Segijn Date: Sun, 20 Feb 2022 13:08:55 +0100 Subject: [PATCH] Bump version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ```