Skip to content

Commit ece9dc4

Browse files
author
elbuo8
committed
Updated versions
1 parent 7d9721e commit ece9dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
compile 'org.apache.httpcomponents:httpclient:4.3.4'
5151
compile 'org.apache.httpcomponents:httpmime:4.3.4'
5252
compile 'org.json:json:20140107'
53-
testCompile group: 'junit', name: 'junit', version: '4.+'
53+
testCompile group: 'junit', name: 'junit', version: '4.12'
5454
}
5555

5656
repositories {

src/main/java/com/sendgrid/SendGrid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.http.entity.ContentType;
2727

2828
public class SendGrid {
29-
private static final String VERSION = "2.0.0";
29+
private static final String VERSION = "2.1.0";
3030
private static final String USER_AGENT = "sendgrid/" + VERSION + ";java";
3131

3232
private static final String PARAM_TO = "to[%d]";

0 commit comments

Comments
 (0)