We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98834 commit 957ea43Copy full SHA for 957ea43
2 files changed
README.md
@@ -28,7 +28,7 @@ java-demo使用和测试可参考[java-demo-test](https://github.com/kuaidi100-a
28
29
```css
30
dependencies {
31
- implementation 'com.github.kuaidi100-api:sdk:1.1.0'
+ implementation 'com.github.kuaidi100-api:sdk:1.1.1'
32
}
33
```
34
@@ -38,7 +38,7 @@ dependencies {
38
<dependency>
39
<groupId>com.github.kuaidi100-api</groupId>
40
<artifactId>sdk</artifactId>
41
- <version>1.1.0</version>
+ <version>1.1.1</version>
42
</dependency>
43
44
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<name>api</name>
12
<url>https://github.com/kuaidi100-api/java-demo</url>
0 commit comments