diff --git a/README.md b/README.md index 6340a9793ce..1bd1e04e6e4 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ Add the dependencies into the project's `build.gradle` ```groovy dependencies { - compile 'io.arrow-kt:arrow-core:0.6.0' - compile 'io.arrow-kt:arrow-typeclasses:0.6.0' - compile 'io.arrow-kt:arrow-data:0.6.0' - compile 'io.arrow-kt:arrow-instances:0.6.0' - compile 'io.arrow-kt:arrow-syntax:0.6.0' - kapt 'io.arrow-kt:arrow-annotations-processor:0.6.0' + compile 'io.arrow-kt:arrow-core:0.6.1' + compile 'io.arrow-kt:arrow-typeclasses:0.6.1' + compile 'io.arrow-kt:arrow-data:0.6.1' + compile 'io.arrow-kt:arrow-instances:0.6.1' + compile 'io.arrow-kt:arrow-syntax:0.6.1' + kapt 'io.arrow-kt:arrow-annotations-processor:0.6.1' - compile 'io.arrow-kt:arrow-free:0.6.0' //optional - compile 'io.arrow-kt:arrow-mtl:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects-rx2:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects-kotlinx-coroutines:0.6.0' //optional - compile 'io.arrow-kt:arrow-optics:0.6.0' //optional + compile 'io.arrow-kt:arrow-free:0.6.1' //optional + compile 'io.arrow-kt:arrow-mtl:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects-rx2:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects-kotlinx-coroutines:0.6.1' //optional + compile 'io.arrow-kt:arrow-optics:0.6.1' //optional } ``` @@ -67,7 +67,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona dependencies { ... - kapt 'io.arrow-kt:arrow-annotations-processor:0.6.0' //optional + kapt 'io.arrow-kt:arrow-annotations-processor:0.6.1' //optional ... } ``` diff --git a/arrow-docs/docs/docs/README.md b/arrow-docs/docs/docs/README.md index 12b319d5ad6..0336c4b60a5 100644 --- a/arrow-docs/docs/docs/README.md +++ b/arrow-docs/docs/docs/README.md @@ -44,18 +44,18 @@ Add the dependencies into the project's `build.gradle` ```groovy dependencies { - compile 'io.arrow-kt:arrow-core:0.6.0' - compile 'io.arrow-kt:arrow-typeclasses:0.6.0' - compile 'io.arrow-kt:arrow-instances:0.6.0' - compile 'io.arrow-kt:arrow-syntax:0.6.0' - kapt 'io.arrow-kt:arrow-annotations-processor:0.6.0' + compile 'io.arrow-kt:arrow-core:0.6.1' + compile 'io.arrow-kt:arrow-typeclasses:0.6.1' + compile 'io.arrow-kt:arrow-instances:0.6.1' + compile 'io.arrow-kt:arrow-syntax:0.6.1' + kapt 'io.arrow-kt:arrow-annotations-processor:0.6.1' - compile 'io.arrow-kt:arrow-free:0.6.0' //optional - compile 'io.arrow-kt:arrow-mtl:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects-rx2:0.6.0' //optional - compile 'io.arrow-kt:arrow-effects-kotlinx-coroutines:0.6.0' //optional - compile 'io.arrow-kt:arrow-optics:0.6.0' //optional + compile 'io.arrow-kt:arrow-free:0.6.1' //optional + compile 'io.arrow-kt:arrow-mtl:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects-rx2:0.6.1' //optional + compile 'io.arrow-kt:arrow-effects-kotlinx-coroutines:0.6.1' //optional + compile 'io.arrow-kt:arrow-optics:0.6.1' //optional } ``` @@ -72,7 +72,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona dependencies { ... - kapt 'io.arrow-kt:arrow-annotations-processor:0.6.0' //optional + kapt 'io.arrow-kt:arrow-annotations-processor:0.6.1' //optional ... } ``` diff --git a/gradle.properties b/gradle.properties index fc9c674bf0e..5f3d4f5aab7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Package definitions GROUP=io.arrow-kt -VERSION_NAME=0.6.1 +VERSION_NAME=0.6.2-SNAPSHOT # Gradle options org.gradle.jvmargs=-Xmx4g