diff --git a/README.md b/README.md
index bd25528ab3d..11e1a270de5 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Add the dependencies into the project's `build.gradle`:
##### Λrrow Core
```groovy
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-core:$arrow_version"
}
@@ -79,7 +79,7 @@ dependencies {
```groovy
apply plugin: 'kotlin-kapt'
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-optics:$arrow_version"
kapt "io.arrow-kt:arrow-meta:$arrow_version"
@@ -89,7 +89,7 @@ dependencies {
##### Λrrow Core + Λrrow Fx
```groovy
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-fx-coroutines:$arrow_version"
}
@@ -116,7 +116,7 @@ Add to your `pom.xml` file the following properties:
```xml
1.4.0
- 0.13.1
+ 0.13.2
```
@@ -202,7 +202,7 @@ To avoid specifying the Arrow version for every dependency, a BOM file is availa
## Next development version
-If you want to try the latest features, replace `0.13.1` with `1.0.0-SNAPSHOT` and add this repository:
+If you want to try the latest features, replace `0.13.2` with `1.0.0-SNAPSHOT` and add this repository:
```groovy
allprojects {
diff --git a/arrow-libs/gradle.properties b/arrow-libs/gradle.properties
index dbefb489c1a..3e0bfe1d4b1 100644
--- a/arrow-libs/gradle.properties
+++ b/arrow-libs/gradle.properties
@@ -1,7 +1,7 @@
# Package definitions
GROUP=io.arrow-kt
VERSION_NAME=1.0.0-SNAPSHOT
-LATEST_VERSION=0.13.1
+LATEST_VERSION=0.13.2
# Versions
ANDROID_LIFECYCLE_VERSION=2.2.0
ANDROID_TOOLS_BUILD_PLUGIN_VERSION=4.0.0
diff --git a/arrow-site/docs/_data/doc-versions.yml b/arrow-site/docs/_data/doc-versions.yml
index 7b4c2bd071c..fc0ae39514e 100644
--- a/arrow-site/docs/_data/doc-versions.yml
+++ b/arrow-site/docs/_data/doc-versions.yml
@@ -8,11 +8,11 @@ docVersions:
url: https://arrow-kt.io/docs/0.11/
previous: https://arrow-kt.io/docs/0.10/
- - title: "v0.12.0"
+ - title: "v0.12.1"
url: https://arrow-kt.io/docs/0.12/
previous: https://arrow-kt.io/docs/0.11/
- - title: "v0.13.1"
+ - title: "v0.13.2"
url: https://arrow-kt.io/
previous: https://arrow-kt.io/docs/0.12/
diff --git a/arrow-site/docs/docs/quickstart/README.md b/arrow-site/docs/docs/quickstart/README.md
index bd44bac499a..0859d7a992f 100644
--- a/arrow-site/docs/docs/quickstart/README.md
+++ b/arrow-site/docs/docs/quickstart/README.md
@@ -58,7 +58,7 @@ Add the dependencies into the project's `build.gradle`:
##### Arrow Core
```groovy
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-core:$arrow_version"
}
@@ -69,7 +69,7 @@ dependencies {
```groovy
apply plugin: 'kotlin-kapt'
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-optics:$arrow_version"
kapt "io.arrow-kt:arrow-meta:$arrow_version"
@@ -79,7 +79,7 @@ dependencies {
##### Arrow Core + Arrow Fx
```groovy
-def arrow_version = "0.13.1"
+def arrow_version = "0.13.2"
dependencies {
implementation "io.arrow-kt:arrow-fx-coroutines:$arrow_version"
}
@@ -106,7 +106,7 @@ Add to your pom.xml file the following properties:
```
1.4.0
- 0.13.1
+ 0.13.2
```
@@ -193,7 +193,7 @@ To avoid specifying the Arrow version for every dependency, a BOM file is availa
## Next development version
-If you want to try the latest features, replace `0.13.1` with `1.0.0-SNAPSHOT` and add this repository:
+If you want to try the latest features, replace `0.13.2` with `1.0.0-SNAPSHOT` and add this repository:
```groovy
allprojects {