Skip to content

Commit

Permalink
Merge pull request google#12 from google/bump_version
Browse files Browse the repository at this point in the history
Bump maven version to 0.1.1
  • Loading branch information
thagikura committed May 6, 2016
2 parents 2397e1a + 59ff269 commit 34bca8c
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 @@ -7,7 +7,7 @@ Add the following dependency to your `build.gradle` file.

```
dependencies {
compile 'com.google.android:flexbox:0.1.0'
compile 'com.google.android:flexbox:0.1.1'
}
```

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

mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '0.1.0'
mavenVersion = '0.1.1'

bintrayOrg = 'google'
}

0 comments on commit 34bca8c

Please sign in to comment.