From d040afaae5f5fa6b7e896f4aa46acf6d5a5f44b1 Mon Sep 17 00:00:00 2001 From: Danny Jelsma <73849717+Dannyj1@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:12:32 +0100 Subject: [PATCH] Update README.md Update versions in the installation section in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 604bda9..d8f274d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ repositories { } dependencies { - implementation 'com.github.Dannyj1:mistral-java-client:0.1.2' + implementation 'com.github.Dannyj1:mistral-java-client:0.2.0' } ``` @@ -56,7 +56,7 @@ dependencies { com.github.Dannyj1 mistral-java-client - 0.1.2 + 0.2.0 ```