From 9761f254921d584d29eaf2e107c7ee86c0c06402 Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Sun, 26 Jan 2025 01:09:37 -0600 Subject: [PATCH 1/2] chore: bump library version Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3754730..cf783c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ allprojects { } group = "io.github.xanthic.cache" - version = "0.7.0" + version = "0.7.1" } subprojects { From c26d0f381e00e2a3a32d81f839153607688a5a72 Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Sun, 26 Jan 2025 01:22:34 -0600 Subject: [PATCH 2/2] chore: update readme Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62292d8..092412e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ repositories { } dependencies { - api(platform("io.github.xanthic.cache:cache-bom:0.7.0")) // Specify the latest version here + api(platform("io.github.xanthic.cache:cache-bom:0.7.1")) // 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.7.0 + 0.7.1 import pom