Skip to content

Commit

Permalink
Update the initial version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Jan 26, 2023
1 parent 2aac30c commit a3f8c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Setup
```groovy
dependencies {
// Include this in java or android modules
implementation("se.ansman.deager:core:1.0.0-alpha01")
implementation("se.ansman.deager:core:0.1.0")
// Include this only in android modules
implementation("se.ansman.deager:android:1.0.0-alpha01")
implementation("se.ansman.deager:android:0.1.0")
// If using Java
annotationProcessor("se.ansman.deager:compiler:1.0.0-alpha01")
annotationProcessor("se.ansman.deager:compiler:0.1.0")
// If using Kotlin
kapt("se.ansman.deager:compiler:1.0.0-alpha01")
kapt("se.ansman.deager:compiler:0.1.0")
}
```

Expand Down

0 comments on commit a3f8c9e

Please sign in to comment.