diff --git a/README.md b/README.md index 67e83abce..1edb39ffa 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can find some frequently asked questions and other resources in the [WIKI / ## Latest releases -- Kotlin && New | [v8.0.0-b03](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-b03) +- Kotlin && New | [v8.0.0-b04](https://github.com/mikepenz/MaterialDrawer/tree/v8.0.0-b04) - Kotlin | [v7.0.0](https://github.com/mikepenz/MaterialDrawer/tree/v7.0.0) - Java && AndroidX | [v6.1.2](https://github.com/mikepenz/MaterialDrawer/tree/v6.1.2) - Java && AppCompat | [v6.0.9](https://github.com/mikepenz/MaterialDrawer/tree/v6.0.9) diff --git a/build.gradle b/build.gradle index c2fa0a1a6..87b4c50a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { release = [ - versionName: "8.0.0-b03", + versionName: "8.0.0-b04", versionCode: 8000 ]