Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Jun 19, 2015
1 parent 7164f60 commit b5f3610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ Head to [the documentation](http://cfg4j.org).
#### Gradle
```groovy
dependencies {
compile group: "org.cfg4j", name:"cfg4j", version: "3.3.0"
compile group: "org.cfg4j", name:"cfg4j", version: "3.3.1"
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -20,7 +20,7 @@ buildscript {
ext {
artifactGroup = "org.cfg4j"
artifactName = "cfg4j"
artifactVersion = "3.3.0"
artifactVersion = "3.3.1"
}

repositories {
Expand Down

0 comments on commit b5f3610

Please sign in to comment.