Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Feb 5, 2020
1 parent e3bd84b commit 9b22b4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
...
dependencies {
...
compile 'com.sendgrid:java-http-client:4.3.0'
compile 'com.sendgrid:java-http-client:4.3.1'
}
repositories {
Expand All @@ -55,7 +55,7 @@ repositories {
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>A simple HTTP client</name>
<description>HTTP REST client, simplified for Java</description>
<version>4.3.0</version>
<version>4.3.1</version>
<url>https://github.com/sendgrid/java-http-client</url>
<licenses>
<license>
Expand All @@ -24,7 +24,7 @@
<url>https://github.com/sendgrid/java-http-client</url>
<connection>scm:git:git@github.com:sendgrid/java-http-client.git</connection>
<developerConnection>scm:git:git@github.com:sendgrid/java-http-client.git</developerConnection>
<tag>4.3.0</tag>
<tag>4.3.1</tag>
</scm>
<profiles>
<profile>
Expand Down Expand Up @@ -240,4 +240,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9b22b4e

Please sign in to comment.