Skip to content

Commit

Permalink
Release 0.8.2 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja authored Dec 31, 2018
1 parent 97fcf18 commit 39b53c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.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"
Expand Down Expand Up @@ -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
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.8.2-SNAPSHOT
VERSION_NAME=0.8.2
# Gradle options
org.gradle.jvmargs=-Xmx4g
# Kotlin configuration
Expand Down
6 changes: 3 additions & 3 deletions modules/docs/arrow-docs/docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -129,7 +129,7 @@ Add to your pom.xml file the following properties:
```
<properties>
<kotlin.version>1.3.0</kotlin.version>
<arrow.version>0.8.1</arrow.version>
<arrow.version>0.8.2</arrow.version>
</properties>
```

Expand Down

0 comments on commit 39b53c7

Please sign in to comment.