Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Release 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jurmous committed Oct 13, 2014
1 parent d22bfce commit f0c61b5
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 @@ -17,14 +17,14 @@ Maven
<dependency>
<groupId>org.mousio</groupId>
<artifactId>etcd4j</artifactId>
<version>0.4.11</version>
<version>0.4.12</version>
</dependency>
```

Gradle
------
```
compile 'org.mousio:etcd4j:0.4.11'
compile 'org.mousio:etcd4j:0.4.12'
```

Manually
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'idea'

sourceCompatibility = 1.7
group = 'org.mousio'
version = '0.4.11'
version = '0.4.12'

project.ext {
mavenDeployUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/';
Expand Down

0 comments on commit f0c61b5

Please sign in to comment.