Skip to content

Commit

Permalink
release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Apr 7, 2016
1 parent dc044d2 commit 67156a0
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 @@ -42,13 +42,13 @@ Explore the code of the [sample apps](https://github.com/cfg4j/cfg4j-sample-apps
#### Gradle
```groovy
dependencies {
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.2.0"
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.2.1"
// For Consul integration
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.0"
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.1"
// For git integration
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.0"
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.1"
}
```

Expand All @@ -58,19 +58,19 @@ dependencies {
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-core</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</dependency>
<!-- For Consul integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-consul</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</dependency>
<!-- For git integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-git</artifactId>
<version>4.2.0</version>
<version>4.2.1</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.2.0"
artifactVersion = "4.2.1"
}

repositories {
Expand Down

0 comments on commit 67156a0

Please sign in to comment.