From a103273be00cfa426621a375c0da1c31650c7d41 Mon Sep 17 00:00:00 2001 From: Shreyas Patil Date: Sat, 21 Sep 2024 20:25:25 +0530 Subject: [PATCH] Fix message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b1f4bd..27f9de8a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The versioning scheme is of the form `X-Y` where: X is the _Generative AI Android SDK_ version that is being tracked. Y is the _Multiplatform SDK_ version. -For example, if _Generative AI Android SDK_ is on `0.9.0` and _Multiplatform SDK_ is on `1.0.0`, the artifact for a release will be `dev.shreyaspatil.generativeai:generativeai-google:0.9.0-1.0.1`. +For example, if _Generative AI Android SDK_ is on `0.9.0` and _Multiplatform SDK_ is on `1.0.1`, the artifact for a release will be `dev.shreyaspatil.generativeai:generativeai-google:0.9.0-1.0.1`. ## Try sample app