Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Dec 13, 2017
1 parent 94a0866 commit eedcad6
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 @@ -25,7 +25,7 @@ executed concurrently also.
## Gradle

```groovy
compile group: 'com.github.akurilov', name: 'java-coroutines', version: '1.1.2'
compile group: 'com.github.akurilov', name: 'java-coroutines', version: '1.1.3'
```

## Implementing Basic Coroutine
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.1.2"
version = "1.1.3"
}

tasks.withType(JavaCompile) {
Expand All @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile("com.github.akurilov:java-commons:[1.4.0,)")
compile("com.github.akurilov:java-commons:[1.4.1,)")
testCompile("junit:junit:4.12")
}

Expand Down

0 comments on commit eedcad6

Please sign in to comment.