Skip to content

Commit 2ef460e

Browse files
authored
Version bump for 1.1.1 release (#510)
1 parent 628ba31 commit 2ef460e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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-
implementation 'com.google.android:flexbox:1.1.0'
13+
implementation 'com.google.android:flexbox:1.1.1'
1414
}
1515
```
1616

flexbox/constants.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222

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

2727
bintrayOrg = 'google'
2828
}

0 commit comments

Comments
 (0)