diff --git a/README.md b/README.md index 79fdc7ab..5131452a 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ It's blazing fast, minimizing the code you need to write, and is easy to extend. ## Latest releases 🛠 -- Kotlin Beta | [v5.4.0-b01](https://github.com/mikepenz/FastAdapter/tree/v5.4.0-b01) -- Kotlin | [v5.3.5](https://github.com/mikepenz/FastAdapter/tree/v5.3.5) +- Kotlin | [v5.4.0](https://github.com/mikepenz/FastAdapter/tree/v5.4.0) - 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 adf0ca95..aba2e61f 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext { release = [ - versionName: "5.4.0-b01", + versionName: "5.4.0", versionCode: 5040 ]