Skip to content

Commit

Permalink
Bump up the version to 3.10 for new features introduced in this release
Browse files Browse the repository at this point in the history
  • Loading branch information
bchen-godaddy committed Nov 19, 2017
1 parent e72805b commit 3a61647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
toolkitVersion=3.9.2
toolkitVersion=3.10.0
8 changes: 4 additions & 4 deletions readme.md
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/AusRegistry/ari-toolkit.png)](https://travis-ci.org/AusRegistry/ari-toolkit)
## Downloads

The latest ari-toolkit is available for download. [ari-toolkit v3.9.2](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2-javadoc.jar))
The latest ari-toolkit is available for download. [ari-toolkit v3.10.0](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0-javadoc.jar))

For more information, please read [Installation and Setup](#installation-and-setup).

Expand Down Expand Up @@ -43,7 +43,7 @@ This toolkit also provides a mechanism to perform the following Trademark Cleari

#### Direct download

Obtain the latest toolkit here: [Toolkit v3.9.2](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.9.2/arjtk-3.9.2-javadoc.jar))
Obtain the latest toolkit here: [Toolkit v3.10.0](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0.jar) ([sources](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0-sources.jar) | [javadoc](http://ausregistry.github.com/repo/au/com/ausregistry/arjtk/3.10.0/arjtk-3.10.0-javadoc.jar))

#### Dependency Management

Expand All @@ -52,7 +52,7 @@ Use your build's dependency management tool to automatically download the toolki
* Repository: `http://ausregistry.github.com/repo/`
* groupId: `au.com.ausregistry`
* artifactId: `arjtk`
* version: `3.9.2`
* version: `3.10.0`

For example (using Maven):

Expand All @@ -67,7 +67,7 @@ For example (using Maven):
<dependency>
<groupId>au.com.ausregistry</groupId>
<artifactId>arjtk</artifactId>
<version>3.9.2</version>
<version>3.10.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3a61647

Please sign in to comment.