diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4fa80c..32a8acab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Splitties -## [Unreleased] Version 3.0.0-rc03 (2021-08-03) +## Version 3.0.0-rc03 (2021-08-06) Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt. diff --git a/README.md b/README.md index 0a2febea..e3f98803 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-rc03") ``` 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-rc03") ``` #### 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-rc03") ``` 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-rc03") ``` #### 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-rc03") ``` 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-rc02") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-rc03") ``` #### All the artifacts (47) @@ -311,7 +311,7 @@ into your root project `build.gradle` file: ```groovy allProjects { ext { - splitties_version = "3.0.0-rc02" + splitties_version = "3.0.0-rc03" } } ``` diff --git a/libraries_version.txt b/libraries_version.txt index 096bf47e..c369a6ac 100644 --- a/libraries_version.txt +++ b/libraries_version.txt @@ -1 +1 @@ -3.0.0-SNAPSHOT \ No newline at end of file +3.0.0-rc03 \ No newline at end of file