Skip to content

Commit 329a26a

Browse files
authored
Merge pull request google#103 from google/bump_0.2.3
Bump the version to 0.2.3.
2 parents 4efa9f5 + 45db4a3 commit 329a26a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

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

1111
```
1212
dependencies {
13-
compile 'com.google.android:flexbox:0.2.2'
13+
compile 'com.google.android:flexbox:0.2.3'
1414
}
1515
```
1616

Diff for: flexbox/constants.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222

2323
mavenGroup = 'com.google.android'
2424
mavenArtifactId = 'flexbox'
25-
mavenVersion = '0.2.2'
25+
mavenVersion = '0.2.3'
2626

2727
bintrayOrg = 'google'
2828
}

0 commit comments

Comments
 (0)