Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request google#78 from google/bump_0.2.2
Browse files Browse the repository at this point in the history
Bump version to 0.2.2
  • Loading branch information
thagikura committed Jun 8, 2016
2 parents b9d8a27 + 2665283 commit 711f96f
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 {
compile 'com.google.android:flexbox:0.2.1'
compile 'com.google.android:flexbox:0.2.2'
}
```

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 = '0.2.1'
mavenVersion = '0.2.2'

bintrayOrg = 'google'
}

0 comments on commit 711f96f

Please sign in to comment.