Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rickfast committed Dec 8, 2016
1 parent ef3ca72 commit bb7e5a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In 0.11.X and 0.12.x, the Consul JAR is a shaded JAR, with most dependencies inc

### Bintray:

Grab the latest binary (0.13.4) [here](http://dl.bintray.com/orbitz/consul-client/com/orbitz/consul/consul-client/0.12.0/#consul-client-0.12.0.jar).
Grab the latest binary (0.13.5) [here](http://dl.bintray.com/orbitz/consul-client/com/orbitz/consul/consul-client/0.12.0/#consul-client-0.12.0.jar).

### Gradle:

Expand All @@ -28,7 +28,7 @@ repositories {
}
dependencies {
compile 'com.orbitz.consul:consul-client:0.13.4'
compile 'com.orbitz.consul:consul-client:0.13.5'
}
```

Expand All @@ -39,7 +39,7 @@ dependencies {
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>0.13.4</version>
<version>0.13.5</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.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<packaging>jar</packaging>
<version>0.13.4</version>
<version>0.13.5</version>
<name>consul-client</name>
<url>http://maven.apache.org</url>
<description>Consul Client for Java</description>
Expand Down

0 comments on commit bb7e5a2

Please sign in to comment.