From 53d0a364580d5927f5964c2a1bb3824980064329 Mon Sep 17 00:00:00 2001 From: Josephine Richter Date: Tue, 15 Nov 2022 09:36:57 +0100 Subject: [PATCH] Prepare for release 1.0.2. --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f026fe81..349727b5 100644 --- a/README.md +++ b/README.md @@ -103,13 +103,13 @@ There are two artifacts that you can include as dependencis: ### JVM / Android only ```groovy -implementation 'com.freeletics.flowredux:flowredux-jvm:1.0.1' -implementation 'com.freeletics.flowredux:compose:1.0.1' +implementation 'com.freeletics.flowredux:flowredux-jvm:1.0.2' +implementation 'com.freeletics.flowredux:compose:1.0.2' ``` ### Multiplatform ```groovy -implementation 'com.freeletics.flowredux:flowredux:1.0.1' +implementation 'com.freeletics.flowredux:flowredux:1.0.2' ``` ### JavaScript @@ -134,5 +134,5 @@ allprojects { Then just use `-SNAPSHOT`suffix as version name like ```groovy -implementation 'com.freeletics.flowredux:flowredux:1.0.2-SNAPSHOT' +implementation 'com.freeletics.flowredux:flowredux:1.0.3-SNAPSHOT' ``` diff --git a/gradle.properties b/gradle.properties index 81334ed1..2d144946 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ RELEASE_SIGNING_ENABLED=true android.disableAutomaticComponentCreation=true GROUP=com.freeletics.flowredux -VERSION_NAME=1.0.2-SNAPSHOT +VERSION_NAME=1.0.2 POM_INCEPTION_YEAR=2019