From 89933a7f01422a8b9e9eee2e586af3d28fa9cd54 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 28 Feb 2020 11:28:03 +0100 Subject: [PATCH] * [release] v5.0.0-b01 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63df486af..0abe38270 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details # Include in your project ## Latest releases -- Kotlin && NEW | [v5.0.0-a08](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-a08) +- Kotlin && NEW | [v5.0.0-b01](https://github.com/mikepenz/FastAdapter/tree/v5.0.0-b01) - Kotlin | [v4.1.2](https://github.com/mikepenz/FastAdapter/tree/v4.1.2) - Java && AndroidX | [v3.3.1](https://github.com/mikepenz/FastAdapter/tree/v3.3.1) - Java && AppCompat | [v3.2.9](https://github.com/mikepenz/FastAdapter/tree/v3.2.9) diff --git a/build.gradle b/build.gradle index e6c571f9a..6ce710e5f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { release = [ - versionName: "5.0.0-a08", + versionName: "5.0.0-b01", versionCode: 5000 ]