From 840fa28caad18316b4182bc0878129ec319bde82 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Sun, 1 Aug 2021 21:12:41 +0200 Subject: [PATCH] Prepare for release 3.0.0-rc01 --- CHANGELOG.md | 2 +- README.md | 14 +++++++------- libraries_version.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ed0af5..5e570cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Splitties -## [Unreleased] Version 3.0.0-rc01 (2021-08-01) +## Version 3.0.0-rc01 (2021-08-01) Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt. diff --git a/README.md b/README.md index 121d5b20..7959b751 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Includes the following modules: Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta07") ``` There's also a version with Views DSL. It additionally includes the following modules: @@ -249,7 +249,7 @@ There's also a version with Views DSL. It additionally includes the following mo Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta07") ``` #### Android AppCompat @@ -263,7 +263,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta07") ``` There's also a version with Views DSL. It additionally includes the Views DSL version of the @@ -273,7 +273,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta07") ``` #### Android Material Components @@ -289,7 +289,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta07") ``` There's also a version with Views DSL. It additionally includes the Views DSL version of the @@ -300,7 +300,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta06") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta07") ``` #### All the artifacts (47) @@ -311,7 +311,7 @@ into your root project `build.gradle` file: ```groovy allProjects { ext { - splitties_version = "3.0.0-beta06" + splitties_version = "3.0.0-beta07" } } ``` diff --git a/libraries_version.txt b/libraries_version.txt index 096bf47e..4a2f0990 100644 --- a/libraries_version.txt +++ b/libraries_version.txt @@ -1 +1 @@ -3.0.0-SNAPSHOT \ No newline at end of file +3.0.0-rc01 \ No newline at end of file