Skip to content

Commit

Permalink
✍️ Update README with the new version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticer committed Dec 1, 2022
1 parent 41e76f9 commit 1e3df8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e3df8f

Please sign in to comment.