From 6a524662ec76dd0a5ff25f374c5d93ff1dbb844b Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:54:45 -0700 Subject: [PATCH] chore: release xanthic v0.6.0 (#247) --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39c11349..4e67facf 100644 --- a/README.md +++ b/README.md @@ -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 } @@ -79,7 +79,7 @@ dependencies { io.github.xanthic.cache cache-bom - 0.5.0 + 0.6.0 import pom diff --git a/build.gradle.kts b/build.gradle.kts index 737db7e8..4a8d0787 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ allprojects { } group = "io.github.xanthic.cache" - version = "0.5.0" + version = "0.6.0" } subprojects {