diff --git a/README.md b/README.md
index daa8eba..62292d8 100644
--- a/README.md
+++ b/README.md
@@ -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
}
@@ -80,7 +80,7 @@ dependencies {
io.github.xanthic.cache
cache-bom
- 0.6.2
+ 0.7.0
import
pom
diff --git a/build.gradle.kts b/build.gradle.kts
index 5a67154..f513eb0 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -14,7 +14,7 @@ allprojects {
}
group = "io.github.xanthic.cache"
- version = "0.6.2"
+ version = "0.7.0"
}
subprojects {