Skip to content

Commit

Permalink
Adjust readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Nov 6, 2018
1 parent f1d8029 commit 50e16b3
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 @@ -39,9 +39,9 @@ kapt {
```groovy
dependencies {
...
implementation 'io.sellmair:kompass:0.1.0-alpha.2'
implementation 'io.sellmair:kompass-annotation:0.1.0-alpha.2'
kapt 'io.sellmair:kompass-processor:0.1.0-alpha.2'
implementation 'io.sellmair:kompass:0.1.0-beta.0'
implementation 'io.sellmair:kompass-annotation:0.1.0-beta.0'
kapt 'io.sellmair:kompass-processor:0.1.0-beta.0'
}
```

Expand Down

0 comments on commit 50e16b3

Please sign in to comment.