Skip to content

Commit

Permalink
release-15.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxli committed Sep 25, 2018
1 parent 72f3c79 commit 96af1fa
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 @@ -13,7 +13,7 @@ Additionally, this library implements the session method from Tropo [Rest API](h
Requirements
------------

Current version is 15.13.0-SNAPSHOT.
Current version is 15.13.0.

License
------------
Expand Down Expand Up @@ -43,7 +43,7 @@ If you want to use the Maven artifact from your own projects you can add the fol
<dependency>
<groupId>com.voxeo.tropo</groupId>
<artifactId>tropo-webapi-java</artifactId>
<version>15.13.0-SNAPSHOT</version>
<version>15.13.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.voxeo.tropo</groupId>
<artifactId>tropo-webapi-java</artifactId>
<version>15.13.0-SNAPSHOT</version>
<version>15.13.0</version>
<packaging>jar</packaging>
<name>Tropo Java WebApi</name>
<description>WebApi Java implementation for the Tropo Cloud platform</description>
Expand Down

0 comments on commit 96af1fa

Please sign in to comment.