diff --git a/README.md b/README.md index c1227b8b088..f7781d97ec8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ allprojects { Add the dependencies into the project's `build.gradle` ```groovy -def arrow_version = "0.8.1" +def arrow_version = "0.8.2" dependencies { compile "io.arrow-kt:arrow-core:$arrow_version" compile "io.arrow-kt:arrow-syntax:$arrow_version" @@ -84,7 +84,7 @@ Add the dependencies into the project's `build.gradle` apply plugin: 'kotlin-kapt' //optional apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //only for Android projects -def arrow_version = "0.8.1" +def arrow_version = "0.8.2" dependencies { ... kapt 'io.arrow-kt:arrow-annotations-processor:$arrow_version' //optional diff --git a/gradle.properties b/gradle.properties index e15b8b8a8b7..bfd5e95c0be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Package definitions GROUP=io.arrow-kt -VERSION_NAME=0.8.2-SNAPSHOT +VERSION_NAME=0.8.2 # Gradle options org.gradle.jvmargs=-Xmx4g # Kotlin configuration diff --git a/modules/docs/arrow-docs/docs/docs/README.md b/modules/docs/arrow-docs/docs/docs/README.md index 7eec7b3a360..2e3beb7debd 100644 --- a/modules/docs/arrow-docs/docs/docs/README.md +++ b/modules/docs/arrow-docs/docs/docs/README.md @@ -48,7 +48,7 @@ allprojects { Add the dependencies into the project's `build.gradle` ```groovy -def arrow_version = "0.8.1" +def arrow_version = "0.8.2" dependencies { compile "io.arrow-kt:arrow-core:$arrow_version" compile "io.arrow-kt:arrow-syntax:$arrow_version" @@ -88,7 +88,7 @@ Add the dependencies into the project's `build.gradle` apply plugin: 'kotlin-kapt' //optional apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //only for Android projects -def arrow_version = "0.8.1" +def arrow_version = "0.8.2" dependencies { ... kapt 'io.arrow-kt:arrow-annotations-processor:$arrow_version' //optional @@ -129,7 +129,7 @@ Add to your pom.xml file the following properties: ``` 1.3.0 - 0.8.1 + 0.8.2 ```