Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Feb 27, 2021
1 parent 199d2a5 commit 3afe7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
Add Android Beans to your dependencies:
```kotlin
dependencies {
implementation("rocks.frieler.android:android-beans:0.6.0")
implementation("rocks.frieler.android:android-beans:0.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

allprojects {
group = "rocks.frieler.android"
version = "0.7.0-SNAPSHOT"
version = "0.7.0"

repositories {
google()
Expand Down

0 comments on commit 3afe7a2

Please sign in to comment.