Skip to content

Commit 268fd10

Browse files
committed
Release 4.4.2
1 parent 89a4729 commit 268fd10

3 files changed

Lines changed: 180 additions & 181 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ touch Example.java
100100
Add the example you want to test to Example.java, including the headers at the top of the file.
101101

102102
``` bash
103-
javac -classpath ../repo/com/sendgrid/4.4.1/sendgrid-4.4.1-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.1/sendgrid-4.4.1-jar.jar:. Example
103+
javac -classpath ../repo/com/sendgrid/4.4.2/sendgrid-4.4.2-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.2/sendgrid-4.4.2-jar.jar:. Example
104104
```
105105

106106
<a name="understanding-the-codebase"></a>
@@ -166,10 +166,10 @@ Please run your code through:
166166
```bash
167167
# Clone your fork of the repo into the current directory
168168
git clone https://github.com/sendgrid/sendgrid-java
169-
169+
170170
# Navigate to the newly cloned directory
171171
cd sendgrid-java
172-
172+
173173
# Assign the original repo to a remote called "upstream"
174174
git remote add upstream https://github.com/sendgrid/sendgrid-java
175175
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add the following to your build.gradle file in the root of your project.
6767
...
6868
dependencies {
6969
...
70-
implementation 'com.sendgrid:sendgrid-java:4.4.1'
70+
implementation 'com.sendgrid:sendgrid-java:4.4.2'
7171
}
7272
7373
repositories {
@@ -86,7 +86,7 @@ mvn install
8686

8787
You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
8888

89-
[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.1/sendgrid-java.jar)
89+
[sendgrid-java.jar](https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.2/sendgrid-java.jar)
9090

9191
## Dependencies
9292

@@ -232,7 +232,7 @@ Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-java
232232

233233
sendgrid-java is guided and supported by the Twilio Developer Experience Team.
234234

235-
Please email the Developer Experience Team [here](mailto:dx@sendgrid.com) in case of any queries.
235+
Please email the Developer Experience Team [here](mailto:dx@sendgrid.com) in case of any queries.
236236

237237
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
238238

0 commit comments

Comments
 (0)