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