Skip to content

Commit fd3b2e4

Browse files
committed
Version 2.1.0
1 parent b5ea742 commit fd3b2e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Add this dependency to your project's POM:
7171
<dependency>
7272
<groupId>com.lilt.client</groupId>
7373
<artifactId>lilt-java-client</artifactId>
74-
<version>2.0.3</version>
74+
<version>2.1.0</version>
7575
<scope>compile</scope>
7676
</dependency>
7777
```
@@ -86,7 +86,7 @@ mvn clean package
8686

8787
Then manually install the following JARs:
8888

89-
* `target/lilt-java-client-2.0.3.jar`
89+
* `target/lilt-java-client-2.1.0.jar`
9090
* `target/lib/*.jar`
9191

9292
## Getting Started

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>lilt-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>Lilt Java Client</name>
8-
<version>2.0.3</version>
8+
<version>2.1.0</version>
99
<url>https://github.com/lilt/lilt-java</url>
1010
<description>Java bindings for the Lilt REST API: https://lilt.com/docs/api</description>
1111

0 commit comments

Comments
 (0)