Skip to content

Commit

Permalink
Release 0.7.3 (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja authored Aug 19, 2018
1 parent 7839164 commit 9859db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions modules/docs/arrow-docs/docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9859db1

Please sign in to comment.