Skip to content

Commit 34bca8c

Browse files
committed
Merge pull request google#12 from google/bump_version
Bump maven version to 0.1.1
2 parents 2397e1a + 59ff269 commit 34bca8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add the following dependency to your `build.gradle` file.
77

88
```
99
dependencies {
10-
compile 'com.google.android:flexbox:0.1.0'
10+
compile 'com.google.android:flexbox:0.1.1'
1111
}
1212
```
1313

flexbox/constants.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66

77
mavenGroup = 'com.google.android'
88
mavenArtifactId = 'flexbox'
9-
mavenVersion = '0.1.0'
9+
mavenVersion = '0.1.1'
1010

1111
bintrayOrg = 'google'
1212
}

0 commit comments

Comments
 (0)