From d55d028a367e9e6e025cd5c69b0a8fdf7a3d5dcf Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 23 Nov 2021 18:25:39 +0100 Subject: [PATCH] Preparing 0.11.0 release --- README.md | 44 ++++++++++++++++++++++---------------------- gradle.properties | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f9826bc1..bf56e61b 100644 --- a/README.md +++ b/README.md @@ -104,35 +104,35 @@ There are two artifacts that you can include as dependency:: ### Multiplatform ```groovy -implementation 'com.freeletics.flowredux:flowredux:0.10.0' -implementation 'com.freeletics.flowredux:dsl:0.10.0' +implementation 'com.freeletics.flowredux:flowredux:0.11.0' +implementation 'com.freeletics.flowredux:dsl:0.11.0' ``` ### JVM only ```groovy -implementation 'com.freeletics.flowredux:flowredux-jvm:0.10.0' -implementation 'com.freeletics.flowredux:dsl-jvm:0.10.0' +implementation 'com.freeletics.flowredux:flowredux-jvm:0.11.0' +implementation 'com.freeletics.flowredux:dsl-jvm:0.11.0' ``` ### Native binaries ```groovy -implementation 'com.freeletics.flowredux:flowredux-iosx64:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-iosarm64:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-iosarm32:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-watchosx86:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-watchosarm64:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-watchosarm32:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-tvosx64:0.10.0' -implementation 'com.freeletics.flowredux:flowredux-tvosxarm64:0.10.0' - -implementation 'com.freeletics.flowredux:dsl-iosx64:0.10.0' -implementation 'com.freeletics.flowredux:dsl-iosarm64:0.10.0' -implementation 'com.freeletics.flowredux:dsl-iosarm32:0.10.0' -implementation 'com.freeletics.flowredux:dsl-watchosx86:0.10.0' -implementation 'com.freeletics.flowredux:dsl-watchosarm64:0.10.0' -implementation 'com.freeletics.flowredux:dsl-watchosarm32:0.10.0' -implementation 'com.freeletics.flowredux:dsl-tvosx64:0.10.0' -implementation 'com.freeletics.flowredux:dsl-tvosxarm64:0.10.0' +implementation 'com.freeletics.flowredux:flowredux-iosx64:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-iosarm64:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-iosarm32:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-watchosx86:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-watchosarm64:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-watchosarm32:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-tvosx64:0.11.0' +implementation 'com.freeletics.flowredux:flowredux-tvosxarm64:0.11.0' + +implementation 'com.freeletics.flowredux:dsl-iosx64:0.11.0' +implementation 'com.freeletics.flowredux:dsl-iosarm64:0.11.0' +implementation 'com.freeletics.flowredux:dsl-iosarm32:0.11.0' +implementation 'com.freeletics.flowredux:dsl-watchosx86:0.11.0' +implementation 'com.freeletics.flowredux:dsl-watchosarm64:0.11.0' +implementation 'com.freeletics.flowredux:dsl-watchosarm32:0.11.0' +implementation 'com.freeletics.flowredux:dsl-tvosx64:0.11.0' +implementation 'com.freeletics.flowredux:dsl-tvosxarm64:0.11.0' ``` ### JavaScript @@ -162,5 +162,5 @@ allprojects { Then just use `-SNAPSHOT`suffix as version like ```groovy -implementation 'com.freeletics.flowredux:dsl:0.10.1-SNAPSHOT' +implementation 'com.freeletics.flowredux:dsl:0.11.1-SNAPSHOT' ``` diff --git a/gradle.properties b/gradle.properties index 9604e30c..133da1bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ android.useAndroidX=true # org.gradle.parallel=true -VERSION_NAME=0.10.1-SNAPSHOT +VERSION_NAME=0.11.0 GROUP=com.freeletics.flowredux POM_INCEPTION_YEAR=2019