Skip to content

Commit 4547de2

Browse files
authored
Merge pull request #140 from EasyPost/fix_readme
fix: bump version in README
2 parents 295f361 + 35fb097 commit 4547de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your project's POM:
1515
<dependency>
1616
<groupId>com.easypost</groupId>
1717
<artifactId>easypost-api-client</artifactId>
18-
<version>5.3.0</version>
18+
<version>5.4.0</version>
1919
</dependency>
2020
```
2121

@@ -91,7 +91,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G
9191

9292
```bash
9393
# Build project
94-
mvn clean install -DskipTests -Dgpg.skip
94+
mvn clean install -Dgpg.skip
9595

9696
# Run tests
9797
EASYPOST_TEST_API_KEY=123... EASYPOST_PROD_API_KEY=123... mvn clean test -B

0 commit comments

Comments
 (0)