From 6ab545ace33ea70d5b371dd4a3b8a6cb0c33dc81 Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:16:52 -0800 Subject: [PATCH 1/2] chore: bump xanthic 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 71eddbc9..47dc3489 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ allprojects { } group = "io.github.xanthic.cache" - version = "0.4.2" + version = "0.5.0" } subprojects { From 19d670c06d824915e616fac90602a6ae6423c657 Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:29:41 -0800 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 745603fb..ec37b093 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ repositories { } dependencies { - api(platform("io.github.xanthic.cache:cache-bom:0.4.2")) // Specify the latest version here + api(platform("io.github.xanthic.cache:cache-bom:0.5.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 } @@ -78,7 +78,7 @@ dependencies { io.github.xanthic.cache cache-bom - 0.4.2 + 0.5.0 import pom