From 0cc950e504dd918127c4c8e59417c78017fdf5c7 Mon Sep 17 00:00:00 2001 From: "Conrad T. Pino" Date: Wed, 9 Oct 2024 12:32:09 -0700 Subject: [PATCH] version bump - 4.0.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a672c2810..08d2112d1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add this dependency to your project's POM: com.telnyx.sdk telnyx - 3.0.0 + 4.0.0 compile ``` @@ -58,7 +58,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "com.telnyx.sdk:telnyx:3.0.0" + implementation "com.telnyx.sdk:telnyx:4.0.0" } ``` @@ -72,7 +72,7 @@ mvn clean package Then manually install the following JARs: -- `target/telnyx-3.0.0.jar` +- `target/telnyx-4.0.0.jar` - `target/lib/*.jar` ## Usage