From 708afe7b55f87094b7b55686ae992b932bfae223 Mon Sep 17 00:00:00 2001 From: sbansla <104902068+sbansla@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:47:58 +0530 Subject: [PATCH] readme update with version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7a28fc35..ed6e1bbf1b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Use the following dependency in your project to grab via Maven: com.twilio.sdk twilio - 12.X.X + 13.X.X compile ``` @@ -72,7 +72,7 @@ Use the following dependency in your project to grab via Maven: or Gradle: ```groovy -implementation "com.twilio.sdk:twilio:12.X.X" +implementation "com.twilio.sdk:twilio:13.X.X" ``` If you want to compile it yourself, here's how: