Skip to content

Commit 0db8e0e

Browse files
author
Doug Black
committed
bump to 3.4.1
1 parent 32e935c commit 0db8e0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4.0</version>
12+
<version>3.4.1</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.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.
27+
* [twilio-java-sdk-3.4.1-with-dependencies.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.4.1/twilio-java-sdk-3.4.1-jar-with-dependencies.jar)
28+
* [twilio-java-sdk-3.4.1.jar](http://search.maven.org/remotecontent?filepath=com/twilio/sdk/twilio-java-sdk/3.4.1/twilio-java-sdk-3.4.1.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)

src/main/java/com/twilio/sdk/TwilioRestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class TwilioRestClient {
4747

4848
/** The Constant VERSION. */
49-
private static final String VERSION = "3.4.0";
49+
private static final String VERSION = "3.4.1";
5050

5151
/** The endpoint. */
5252
private String endpoint = "https://api.twilio.com";

0 commit comments

Comments
 (0)