Skip to content

Commit

Permalink
Update README with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Oct 30, 2024
1 parent 4c54dcb commit 1d3a709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ And then apply it to the project you are working on:

```kotlin
plugins {
id("io.kinference.primitives") version "2.0.0" apply true
id("io.kinference.primitives") version "2.0.0-1" apply true
}
```

Expand All @@ -34,7 +34,7 @@ repositories {
}

dependencies {
api("io.kinference.primitives:primitives-annotations:2.0.0")
api("io.kinference.primitives:primitives-annotations:2.0.0-1")
}
```

Expand Down

0 comments on commit 1d3a709

Please sign in to comment.