Skip to content

Commit

Permalink
develop: Use new version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Sep 1, 2018
1 parent ed66c50 commit 361cb54
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,9 +40,9 @@ kapt {
```groovy
dependencies {
...
implementation 'io.sellmair:kompass:0.1.0-pre-alpha.3'
implementation 'io.sellmair:kompass-annotation:0.1.0-pre-alpha.3'
kapt 'io.sellmair:kompass-processor:0.1.0-pre-alpha.3'
implementation 'io.sellmair:kompass:0.1.0-alpha.1'
implementation 'io.sellmair:kompass-annotation:0.1.0-alpha.1'
kapt 'io.sellmair:kompass-processor:0.1.0-alpha.1'
}
```

Expand Down

0 comments on commit 361cb54

Please sign in to comment.