From 91a1be312a122d6efd68b846df2fa47e8db883cb Mon Sep 17 00:00:00 2001 From: Yang Date: Sun, 16 Aug 2020 19:49:52 +1000 Subject: [PATCH] Prepare for release 1.0.0-alpha03. --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e91566..9f78f19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## Version 1.0.0-alpha03 + +_2020-08-16_ + +* Update to Kotlin 1.4.0 and Coroutines 1.3.9. +* Enable explicit API mode. +* Update AndroidX and Material Components. + ## Version 1.0.0-alpha02 _2020-06-27_ diff --git a/README.md b/README.md index a8835ee2..e60872e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dependencies are hosted on [Maven Central][maven-central]. Latest version: ```groovy -def flowbinding_version = "1.0.0-alpha02" +def flowbinding_version = "1.0.0-alpha03" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index 474949cd..bce7eb4a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.flowbinding -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=1.0.0-alpha03 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding