Skip to content

Commit

Permalink
chore: prepare release v0.7.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Jan 2, 2025
1 parent 210f7a5 commit 3da18fd
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 @@ -65,7 +65,7 @@ repositories {
}

dependencies {
api(platform("io.github.xanthic.cache:cache-bom:0.6.2")) // Specify the latest version here
api(platform("io.github.xanthic.cache:cache-bom:0.7.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 @@ -80,7 +80,7 @@ dependencies {
<groupId>io.github.xanthic.cache</groupId>
<artifactId>cache-bom</artifactId>
<!-- Specify the latest version here -->
<version>0.6.2</version>
<version>0.7.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.6.2"
version = "0.7.0"
}

subprojects {
Expand Down

0 comments on commit 3da18fd

Please sign in to comment.