Skip to content

Commit c645970

Browse files
committed
Release 4.3.3
1 parent 0b872e3 commit c645970

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
4040
...
4141
dependencies {
4242
...
43-
compile 'com.sendgrid:java-http-client:4.3.2'
43+
compile 'com.sendgrid:java-http-client:4.3.3'
4444
}
4545
4646
repositories {
@@ -55,7 +55,7 @@ repositories {
5555
<dependency>
5656
<groupId>com.sendgrid</groupId>
5757
<artifactId>java-http-client</artifactId>
58-
<version>4.3.2</version>
58+
<version>4.3.3</version>
5959
</dependency>
6060
```
6161

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212
<name>A simple HTTP client</name>
1313
<description>HTTP REST client, simplified for Java</description>
14-
<version>4.3.2</version>
14+
<version>4.3.3</version>
1515
<url>https://github.com/sendgrid/java-http-client</url>
1616
<licenses>
1717
<license>
@@ -24,7 +24,7 @@
2424
<url>https://github.com/sendgrid/java-http-client</url>
2525
<connection>scm:git:[email protected]:sendgrid/java-http-client.git</connection>
2626
<developerConnection>scm:git:[email protected]:sendgrid/java-http-client.git</developerConnection>
27-
<tag>4.3.2</tag>
27+
<tag>4.3.3</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -240,4 +240,4 @@
240240
</plugin>
241241
</plugins>
242242
</build>
243-
</project>
243+
</project>

0 commit comments

Comments
 (0)