Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Java Client Library (beta)

* Latest released version 0.14.0
* Latest snapshot version 0.14.1-SNAPSHOT
* Latest released version 0.14.1
* Latest snapshot version 0.14.2-SNAPSHOT

## Introduction
Welcome my friends! This is the Poly API Java client GitHub page. If you are here, then it means you're familiar with what we do at Poly. If you aren't, you can always check [here](https://github.com/polyapi/poly-alpha).
Expand Down Expand Up @@ -55,7 +55,7 @@ Nice to have some customers looking around here! So, you'll need to run the foll
2. **Update the project.** Add the following to your project's `pom.xml`:
```xml
<properties>
<poly.version>0.13.1</poly.version>
<poly.version>0.14.1</poly.version>
</properties>
<dependencies>
<dependency>
Expand Down