File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Add this dependency to your project's POM:
71
71
<dependency >
72
72
<groupId >com.lilt.client</groupId >
73
73
<artifactId >lilt-java-client</artifactId >
74
- <version >2.0.3 </version >
74
+ <version >2.1.0 </version >
75
75
<scope >compile</scope >
76
76
</dependency >
77
77
```
@@ -86,7 +86,7 @@ mvn clean package
86
86
87
87
Then manually install the following JARs:
88
88
89
- * ` target/lilt-java-client-2.0.3 .jar `
89
+ * ` target/lilt-java-client-2.1.0 .jar `
90
90
* ` target/lib/*.jar `
91
91
92
92
## Getting Started
Original file line number Diff line number Diff line change 5
5
<artifactId >lilt-java-client</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >Lilt Java Client</name >
8
- <version >2.0.3 </version >
8
+ <version >2.1.0 </version >
9
9
<url >https://github.com/lilt/lilt-java</url >
10
10
<description >Java bindings for the Lilt REST API: https://lilt.com/docs/api</description >
11
11
You can’t perform that action at this time.
0 commit comments