From 0308cade9c309fa0830dd3540b4c5a1012c33e49 Mon Sep 17 00:00:00 2001 From: Christopher Frieler Date: Mon, 31 Aug 2020 18:55:46 +0200 Subject: [PATCH] release 0.5.0 --- USAGE.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index caecbed8..dc0b1ce0 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.4.1") + implementation("rocks.frieler.android:android-beans:0.5.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 05accc41..385fa2fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { allprojects { group = "rocks.frieler.android" - version = "0.5.0-SNAPSHOT" + version = "0.5.0" repositories { google()