Skip to content

Commit d39e2df

Browse files
author
Doug Black
committed
Bump to 3.4.0
1 parent 2dcc07a commit d39e2df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use the following dependency in your project:
99
<dependency>
1010
<groupId>com.twilio.sdk</groupId>
1111
<artifactId>twilio-java-sdk</artifactId>
12-
<version>3.3.16</version>
12+
<version>3.4.0</version>
1313
<scope>compile</scope>
1414
</dependency>
1515

@@ -24,8 +24,8 @@ index.html located there to view it locally.
2424

2525
The pre-built jars are available at:
2626

27-
* [twilio-java-sdk-3.3.15-with-dependencies.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.15/twilio-java-sdk-3.3.15-jar-with-dependencies.jar)
28-
* [twilio-java-sdk-3.3.15.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.3.15/twilio-java-sdk-3.3.15.jar) -- use this if you have issues with conflicting jars in your project. You'll need to include versions of the dependencies yourself. See the pom.xml for the list of libraries.
27+
* [twilio-java-sdk-3.4.0-with-dependencies.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.4.0/twilio-java-sdk-3.4.0-jar-with-dependencies.jar)
28+
* [twilio-java-sdk-3.4.0.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.4.0/twilio-java-sdk-3.4.0.jar) -- use this if you have issues with conflicting jars in your project. You'll need to include versions of the dependencies yourself. See the pom.xml for the list of libraries.
2929

3030
You can view the javadocs for this project at:
3131
[http://twilio.github.io/twilio-java](http://twilio.github.io/twilio-java)

0 commit comments

Comments
 (0)