We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bf819 commit 3772a12Copy full SHA for 3772a12
2 files changed
README.md
@@ -16,7 +16,7 @@ Add this to your project's POM:
16
<dependency>
17
<groupId>com.easypost</groupId>
18
<artifactId>easypost-api-client</artifactId>
19
- <version>8.5.1</version>
+ <version>8.6.0</version>
20
</dependency>
21
```
22
@@ -25,7 +25,7 @@ Add this to your project's POM:
25
Add this to your project's build file:
26
27
```groovy
28
-implementation "com.easypost:easypost-api-client:8.5.1"
+implementation "com.easypost:easypost-api-client:8.6.0"
29
30
31
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.
VERSION
@@ -1 +1 @@
1
-8.5.1
+8.6.0
0 commit comments