diff --git a/USAGE.md b/USAGE.md index e1d3a52..6d44528 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.7.0") + implementation("rocks.frieler.android:android-beans:0.8.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 10067f0..66b5369 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { allprojects { group = "rocks.frieler.android" - version = "0.8.0-SNAPSHOT" + version = "0.8.0" repositories { google()