From 26652837a60e033a8660935bcea3358ea9e7a4e5 Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Wed, 8 Jun 2016 22:23:35 +0900 Subject: [PATCH] Bump version to 0.2.2 --- README.md | 2 +- flexbox/constants.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d08cf403..c9847010 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.2.1' + compile 'com.google.android:flexbox:0.2.2' } ``` diff --git a/flexbox/constants.gradle b/flexbox/constants.gradle index be453114..203ed74b 100644 --- a/flexbox/constants.gradle +++ b/flexbox/constants.gradle @@ -22,7 +22,7 @@ ext { mavenGroup = 'com.google.android' mavenArtifactId = 'flexbox' - mavenVersion = '0.2.1' + mavenVersion = '0.2.2' bintrayOrg = 'google' }