From 603713410dbb259afa5cd2524a79218aa11d50b0 Mon Sep 17 00:00:00 2001 From: Twilio Date: Sat, 8 Feb 2020 00:18:05 +0000 Subject: [PATCH] Release 4.4.4 --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5687d511..1bb95451 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ touch Example.java Add the example you want to test to Example.java, including the headers at the top of the file. ``` bash -javac -classpath ../repo/com/sendgrid/4.4.3/sendgrid-4.4.3-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.3/sendgrid-4.4.3-jar.jar:. Example +javac -classpath ../repo/com/sendgrid/4.4.4/sendgrid-4.4.4-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.4/sendgrid-4.4.4-jar.jar:. Example ``` diff --git a/README.md b/README.md index de73ea22..38061f66 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add the following to your build.gradle file in the root of your project. ... dependencies { ... - implementation 'com.sendgrid:sendgrid-java:4.4.3' + implementation 'com.sendgrid:sendgrid-java:4.4.4' } repositories { @@ -86,7 +86,7 @@ mvn install You can just drop the jar file in. It's a fat jar - it has all the dependencies built in. -[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.3/sendgrid-java.jar) +[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.4/sendgrid-java.jar) ## Dependencies diff --git a/pom.xml b/pom.xml index be2ca895..0b3b0990 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.sendgrid sendgrid-java Twilio SendGrid Java helper library - 4.4.3 + 4.4.4 This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java. https://github.com/sendgrid/sendgrid-java @@ -26,7 +26,7 @@ https://github.com/sendgrid/sendgrid-java scm:git:git@github.com:sendgrid/sendgrid-java.git scm:git:git@github.com:sendgrid/sendgrid-java.git - 4.4.3 + 4.4.4 @@ -304,4 +304,4 @@ test - + \ No newline at end of file