Skip to content

Commit

Permalink
Release 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Aug 19, 2020
1 parent 12254f9 commit 6f952ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 are documented in our [CHANGELOG](CHANGELOG.md).
...
dependencies {
...
compile 'com.sendgrid:java-http-client:4.3.5'
compile 'com.sendgrid:java-http-client:4.3.6'
}
repositories {
Expand All @@ -55,7 +55,7 @@ repositories {
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.3.5</version>
<version>4.3.6</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 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.5</version>
<version>4.3.6</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.5</tag>
<tag>4.3.6</tag>
</scm>
<profiles>
<profile>
Expand Down

0 comments on commit 6f952ee

Please sign in to comment.