Skip to content

Commit 2728067

Browse files
committed
Version bump 1.1.0
1 parent 5a1f2c0 commit 2728067

2 files changed

Lines changed: 9 additions & 4 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:1.0.1'
36+
compile 'com.sendgrid:sendgrid-java:1.1.0'
3737
}
3838

3939
repositories {

build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ apply plugin: 'maven'
1717
apply plugin: 'signing'
1818

1919
group = 'com.sendgrid'
20-
version = "1.0.1"
20+
version = "1.1.0"
2121
ext.packaging = 'jar'
22-
sourceCompatibility = 1.6
22+
23+
allprojects {
24+
apply plugin: 'java'
25+
sourceCompatibility = 1.6
26+
targetCompatibility = 1.6
27+
}
2328

2429
if (!hasProperty("sonatypeUsername")) {
2530
ext.sonatypeUsername = null
@@ -40,7 +45,7 @@ buildscript {
4045
}
4146

4247
dependencies {
43-
compile 'com.sendgrid:smtpapi-java:0.0.2'
48+
compile 'com.sendgrid:smtpapi-java:0.1.1'
4449
compile 'org.apache.httpcomponents:httpcore:4.3.2'
4550
compile 'org.apache.httpcomponents:httpclient:4.3.4'
4651
compile 'org.apache.httpcomponents:httpmime:4.3.4'

0 commit comments

Comments
 (0)