diff --git a/USAGE.md b/USAGE.md index 0e19c278..83c471d7 100644 --- a/USAGE.md +++ b/USAGE.md @@ -15,7 +15,7 @@ allprojects { Add Android Beans to your dependencies: ```kotlin dependencies { - implementation("rocks.frieler.android:android-beans:0.3.0") + implementation("rocks.frieler.android:android-beans:0.4.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 5a3c7d8f..7eae3769 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { allprojects { group = "rocks.frieler.android" - version = "0.4.0-SNAPSHOT" + version = "0.4.0" repositories { google()