Skip to content

Commit a09cd01

Browse files
committed
0.3.1 version bump
1 parent a31eaa8 commit a09cd01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following to your build.gradle file in the root of your project.
3333
...
3434
dependencies {
3535
...
36-
compile 'com.sendgrid:sendgrid-java:0.3.0'
36+
compile 'com.sendgrid:sendgrid-java:0.3.1'
3737
}
3838

3939
repositories {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'maven'
1717
apply plugin: 'signing'
1818

1919
group = 'com.sendgrid'
20-
version = "0.3.0"
20+
version = "0.3.1"
2121
ext.packaging = 'jar'
2222

2323
if (!hasProperty("sonatypeUsername")) {
@@ -39,7 +39,7 @@ buildscript {
3939
}
4040

4141
dependencies {
42-
compile 'com.sendgrid:smtpapi-java:0.0.1'
42+
compile 'com.sendgrid:smtpapi-java:0.0.2'
4343
compile 'com.mashape.unirest:unirest-java:1.3.8'
4444
compile 'org.json:json:20140107'
4545
testCompile group: 'junit', name: 'junit', version: '4.+'

0 commit comments

Comments
 (0)