Skip to content

Commit

Permalink
release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Nov 3, 2015
1 parent 121a4fb commit d6947f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -40,13 +40,13 @@ Head to [the documentation](http://cfg4j.org).
#### Gradle
```groovy
dependencies {
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.1.1"
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.1.2"
// For Consul integration
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.1"
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.1.2"
// For git integration
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.1"
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.1.2"
}
```

Expand All @@ -56,19 +56,19 @@ dependencies {
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-core</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
<!-- For Consul integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-consul</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
<!-- For git integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-git</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ buildscript {

ext {
artifactGroup = "org.cfg4j"
artifactVersion = "4.1.1"
artifactVersion = "4.1.2"
}

repositories {
Expand Down

0 comments on commit d6947f6

Please sign in to comment.