From 3c27342954c085e264765e5c50ab2fdbb26dbbd3 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Sat, 17 Jul 2021 13:48:17 +0200 Subject: [PATCH] Prepare for release 3.0.0-beta03 --- 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 b1ad1d8a..9176fb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Splitties -## [Unreleased] +## Version 3.0.0-beta03 (2021-07-17) Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt. diff --git a/README.md b/README.md index 9d716a13..a2156ec4 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta03") ``` 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta03") ``` #### 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta03") ``` 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta03") ``` #### 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta03") ``` 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-beta02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta03") ``` #### All the artifacts (47) @@ -311,7 +311,7 @@ into your root project `build.gradle` file: ```groovy allProjects { ext { - splitties_version = "3.0.0-beta02" + splitties_version = "3.0.0-beta03" } } ``` diff --git a/libraries_version.txt b/libraries_version.txt index 096bf47e..3bb81ba2 100644 --- a/libraries_version.txt +++ b/libraries_version.txt @@ -1 +1 @@ -3.0.0-SNAPSHOT \ No newline at end of file +3.0.0-beta03 \ No newline at end of file