Skip to content

Commit

Permalink
Release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
terzerm committed Nov 15, 2018
1 parent 29f0dff commit 18243d5
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 @@ java -XX:-RestrictContended ...
### Gradle
```gradle
dependencies {
compile 'org.tools4j:tools4j-nobark:1.3'
compile 'org.tools4j:tools4j-nobark:1.4'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>org.tools4j</groupId>
<artifactId>tools4j-nobark</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ def generatedSrc = "$buildDir/$generatedSrcName"

sourceCompatibility = 1.8
group 'org.tools4j'
version '1.4-SNAPSHOT'
version '1.4'
archivesBaseName = "tools4j-nobark"

repositories {
Expand Down

0 comments on commit 18243d5

Please sign in to comment.