From b6c6be994dd033876f0efe152fce168a2618187a Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Wed, 27 Sep 2017 11:12:42 +0900 Subject: [PATCH] Bump up the version to 0.3.1 --- README.md | 2 +- flexbox/constants.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30e72729..e298cd20 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file: ``` dependencies { - compile 'com.google.android:flexbox:0.3.0' + compile 'com.google.android:flexbox:0.3.1' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index 31bb13fa..7b182040 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.3.0' + mavenVersion = '0.3.1' bintrayOrg = 'google' }