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

Commit

Permalink
version 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jurmous committed Sep 30, 2014
1 parent d2bd458 commit bcb8abb
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.6</version>
<version>0.4.7</version>
</dependency>
```

Gradle
------
```
compile 'org.mousio:etcd4j:0.4.6'
compile 'org.mousio:etcd4j:0.4.7'
```

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

sourceCompatibility = 1.7
group = 'org.mousio'
version = '0.4.7-SNAPSHOT'
version = '0.4.7'

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

0 comments on commit bcb8abb

Please sign in to comment.