From 2985ba9049201c6407e3f44c7357ea1a8a95fe37 Mon Sep 17 00:00:00 2001 From: Andrey Kurilov Date: Sun, 30 Sep 2018 09:19:27 +0300 Subject: [PATCH] v1.0.5 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04e3eea..db8da3f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 8badb81..585d9ad 100644 --- a/build.gradle +++ b/build.gradle @@ -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" @@ -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") }