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