Skip to content

Commit

Permalink
Prepare for 2.0.1 release (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
thagikura authored Jan 17, 2020
1 parent 4f317e9 commit 5b9f531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:

```
dependencies {
implementation 'com.google.android:flexbox:2.0.0'
implementation 'com.google.android:flexbox:2.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion flexbox/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {

mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '2.0.0'
mavenVersion = '2.0.1'

bintrayOrg = 'google'
}

0 comments on commit 5b9f531

Please sign in to comment.