Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Sep 30, 2018
1 parent f976430 commit 2985ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ executed concurrently also.
## Gradle

```groovy
compile group: 'com.github.akurilov', name: 'fiber4j', version: '1.0.4'
compile group: 'com.github.akurilov', name: 'fiber4j', version: '1.0.5'
```

## Implementing Basic Fiber
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
apply plugin: "maven"
apply plugin: "signing"
group = "com.github.akurilov"
version = "1.0.4"
version = "1.0.5"
}

ext.moduleName = "${group}.fiber4j"
Expand All @@ -21,7 +21,7 @@ repositories {
}

dependencies {
compile("com.github.akurilov:java-commons:2.1.7")
compile("com.github.akurilov:java-commons:2.1.8")
testCompile("junit:junit:4.12")
}

Expand Down

0 comments on commit 2985ba9

Please sign in to comment.