Skip to content

Commit

Permalink
chore: release xanthic v0.6.0 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Apr 7, 2024
1 parent ed1eb30 commit 6a52466
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 @@ -64,7 +64,7 @@ repositories {
}

dependencies {
api(platform("io.github.xanthic.cache:cache-bom:0.5.0")) // Specify the latest version here
api(platform("io.github.xanthic.cache:cache-bom:0.6.0")) // Specify the latest version here
api(group = "io.github.xanthic.cache", name = "cache-core") // For library devs
implementation(group = "io.github.xanthic.cache", name = "cache-provider-caffeine") // For application devs; can select any provider
}
Expand All @@ -79,7 +79,7 @@ dependencies {
<groupId>io.github.xanthic.cache</groupId>
<artifactId>cache-bom</artifactId>
<!-- Specify the latest version here -->
<version>0.5.0</version>
<version>0.6.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
}

group = "io.github.xanthic.cache"
version = "0.5.0"
version = "0.6.0"
}

subprojects {
Expand Down

0 comments on commit 6a52466

Please sign in to comment.