From 1e3df8faeae316c09a87b24ee13ccb37c55e9275 Mon Sep 17 00:00:00 2001 From: Tomas Valenta Date: Thu, 1 Dec 2022 15:05:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Update=20README=20with=20t?= =?UTF-8?q?he=20new=20version=20numbers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74f0b2f..c30b142 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ Next, open Android Studio and open the newly created project folder. You'll want For more examples take a look at [Point-Free's swift samples](https://github.com/pointfreeco/swift-composable-architecture#examples) ## 🚀 Installation -The latest release is available on [Maven Central](https://search.maven.org/artifact/com.toggl/komposable-architecture/0.1.1/jar). +The latest release is available on [Maven Central](https://search.maven.org/artifact/com.toggl/komposable-architecture/0.2.0/jar). ```groovy -implementation 'com.toggl:komposable-architecture:0.1.1' -testImplementation 'com.toggl:komposable-architecture-test:0.1.1' // optional testing extensions +implementation 'com.toggl:komposable-architecture:0.2.0' +testImplementation 'com.toggl:komposable-architecture-test:0.2.2' // optional testing extensions ``` ## © Licence