Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tingley committed Mar 15, 2021
1 parent b5ea742 commit fd3b2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.lilt.client</groupId>
<artifactId>lilt-java-client</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -86,7 +86,7 @@ mvn clean package

Then manually install the following JARs:

* `target/lilt-java-client-2.0.3.jar`
* `target/lilt-java-client-2.1.0.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lilt-java-client</artifactId>
<packaging>jar</packaging>
<name>Lilt Java Client</name>
<version>2.0.3</version>
<version>2.1.0</version>
<url>https://github.com/lilt/lilt-java</url>
<description>Java bindings for the Lilt REST API: https://lilt.com/docs/api</description>

Expand Down

0 comments on commit fd3b2e4

Please sign in to comment.