Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Mar 9, 2022
1 parent 73aba66 commit 782246b
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 @@ -39,7 +39,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
...
dependencies {
...
compile 'com.sendgrid:java-http-client:4.4.0'
compile 'com.sendgrid:java-http-client:4.5.0'
}
repositories {
Expand All @@ -54,7 +54,7 @@ repositories {
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.4.0</version>
<version>4.5.0</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.4.0</version>
<version>4.5.0</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.4.0</tag>
<tag>4.5.0</tag>
</scm>
<profiles>
<profile>
Expand Down Expand Up @@ -216,4 +216,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 782246b

Please sign in to comment.