Skip to content

Commit

Permalink
chore: Update to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sheffield committed Mar 19, 2021
1 parent 71e2c31 commit 6a30eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/content/using-cubic-sdk/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Cubic SDK is published to the jitpack repository. To build using Maven, add
<dependency>
<groupId>com.github.cobaltspeech</groupId>
<artifactId>sdk-cubic</artifactId>
<version>v1.6.0-java</version>
<version>v1.6.2-java</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.cobaltspeech.sdk</groupId>
<artifactId>sdk-cubic</artifactId>
<packaging>jar</packaging>
<version>v1.6.0</version>
<version>v1.6.2</version>
<name>java-cobaltspeech-cubic-sdk</name>
<url>https://docs.cobaltspeech.com</url>
<properties>
Expand Down

0 comments on commit 6a30eab

Please sign in to comment.