Skip to content

Commit

Permalink
release 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Sep 9, 2019
1 parent d636c13 commit 2ede14b
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:
```groovy
dependencies {
implementation 'rocks.frieler.android:android-beans:0.2.0'
implementation 'rocks.frieler.android:android-beans:0.2.1'
}
```

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

allprojects {
group "rocks.frieler.android"
version "0.2.1-SNAPSHOT"
version "0.2.1"

repositories {
google()
Expand Down

0 comments on commit 2ede14b

Please sign in to comment.