Skip to content

Commit

Permalink
Update version number in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed May 7, 2024
1 parent e9b8a00 commit 09a7f34
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 @@ -13,9 +13,9 @@ Enro is published to [Maven Central](https://search.maven.org/). Make sure your

```kotlin
dependencies {
implementation("dev.enro:enro:2.4.0")
ksp("dev.enro:enro-processor:2.4.0") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.4.0")
implementation("dev.enro:enro:2.4.1")
ksp("dev.enro:enro-processor:2.4.1") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.4.1")
}
```

Expand Down

0 comments on commit 09a7f34

Please sign in to comment.