From 3645db2dcacf3ff5f3e216cbdb02a50a053418c0 Mon Sep 17 00:00:00 2001 From: morisil Date: Thu, 9 Jan 2025 12:20:09 +0000 Subject: [PATCH] Dependency version in README.md updated to 0.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8346532..fb40cf7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In `build.gradle.kts` add: ```kotlin dependencies { - implementation("com.xemantic.ai:xemantic-ai-file-magic:0.2") + implementation("com.xemantic.ai:xemantic-ai-file-magic:0.3") } ```