diff --git a/README.md b/README.md index efb96dbf..f9ec4c05 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.0' -implementation 'com.freeletics.flowredux:compose:1.0.0' +implementation 'com.freeletics.flowredux:flowredux-jvm:1.0.1' +implementation 'com.freeletics.flowredux:compose:1.0.1' ``` ### Multiplatform ```groovy -implementation 'com.freeletics.flowredux:flowredux:1.0.0' +implementation 'com.freeletics.flowredux:flowredux:1.0.1' ``` ### JavaScript diff --git a/gradle.properties b/gradle.properties index f20e4ef9..9ba4e4be 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.1-SNAPSHOT +VERSION_NAME=1.0.1 POM_INCEPTION_YEAR=2019