Skip to content

Commit

Permalink
🚀 bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Jun 26, 2024
1 parent 17955d0 commit 8f3fbc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Add the dependency on your `build.gradle.kts`

```kotlin
dependencies {
implementation("io.github.magonxesp:criteria-core:0.3.0")
implementation("io.github.magonxesp:criteria-core:0.4.0")
}
```

For Spring Boot and Spring Data JPA add the spring-boot dependency.

```kotlin
dependencies {
implementation("io.github.magonxesp:criteria-spring-boot:0.3.0")
implementation("io.github.magonxesp:criteria-spring-boot:0.4.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "io.github.magonxesp"
version = "0.3.0"
version = "0.4.0"

mavenPublishing {
coordinates(group as String, "criteria-spring-boot", version as String)
Expand Down

0 comments on commit 8f3fbc9

Please sign in to comment.