Skip to content

Commit

Permalink
released version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
terzerm committed Jul 23, 2019
1 parent 77f670d commit 2975c6f
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.4'
compile 'org.tools4j:tools4j-nobark:1.5'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>org.tools4j</groupId>
<artifactId>tools4j-nobark</artifactId>
<version>1.4</version>
<version>1.5</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.5-SNAPSHOT'
version '1.5'
archivesBaseName = "tools4j-nobark"

repositories {
Expand Down

0 comments on commit 2975c6f

Please sign in to comment.