From 9859db1fb159bf20a60ae065ffc38d4c46d3a0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Raja=20Mart=C3=ADnez?= Date: Sun, 19 Aug 2018 18:29:13 +0200 Subject: [PATCH] Release 0.7.3 (#989) --- README.md | 2 +- gradle.properties | 2 +- modules/docs/arrow-docs/docs/docs/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 717c6385f10..e267a0744f4 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.7.2" +def arrow_version = "0.7.3" dependencies { compile "io.arrow-kt:arrow-core:$arrow_version" compile "io.arrow-kt:arrow-syntax:$arrow_version" diff --git a/gradle.properties b/gradle.properties index 60e0abf125c..449f9c67901 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Package definitions GROUP=io.arrow-kt -VERSION_NAME=0.7.3-SNAPSHOT +VERSION_NAME=0.7.3 # 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 14572a0b9b4..e3ec509dfb8 100644 --- a/modules/docs/arrow-docs/docs/docs/README.md +++ b/modules/docs/arrow-docs/docs/docs/README.md @@ -47,7 +47,7 @@ allprojects { Add the dependencies into the project's `build.gradle` ```groovy -def arrow_version = "0.7.2" +def arrow_version = "0.7.3" dependencies { compile "io.arrow-kt:arrow-core:$arrow_version" compile "io.arrow-kt:arrow-syntax:$arrow_version" @@ -80,7 +80,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.7.2" +def arrow_version = "0.7.3" dependencies { ... kapt 'io.arrow-kt:arrow-annotations-processor:$arrow_version' //optional