Skip to content

Commit d4bc13d

Browse files
committed
Release 8.5 code changes.
1 parent 99b357e commit d4bc13d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add this dependency to your project's POM:
7676
<dependency>
7777
<groupId>io.swagger</groupId>
7878
<artifactId>LocationIntelligenceJavaSDK</artifactId>
79-
<version>8.0.0</version>
79+
<version>8.5.0</version>
8080
<scope>compile</scope>
8181
</dependency>
8282
```
@@ -86,7 +86,7 @@ Add this dependency to your project's POM:
8686
Add this dependency to your project's build file:
8787

8888
```groovy
89-
compile "io.swagger:LocationIntelligenceJavaSDK:8.0.0"
89+
compile "io.swagger:LocationIntelligenceJavaSDK:8.5.0"
9090
```
9191

9292
### Others
@@ -97,7 +97,7 @@ At first generate the JAR by executing:
9797

9898
Then manually install the following JARs:
9999

100-
* target/LocationIntelligenceJavaSDK-8.0.0.jar
100+
* target/LocationIntelligenceJavaSDK-8.5.0.jar
101101
* target/lib/*.jar
102102

103103
## Getting Started

0 commit comments

Comments
 (0)