From f6540b111fa249bcfad2284385c22b8a9a9c658f Mon Sep 17 00:00:00 2001 From: wasabeef Date: Thu, 21 Apr 2016 15:22:46 +0900 Subject: [PATCH] bump up 2.0.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb49272..27a355a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +Version 2.0.1 *(2016-04-21)* +---------------------------- + +Fix: + [#35](https://github.com/wasabeef/glide-transformations/issues/35) + RSInvalidStateException + Version 2.0.0 *(2016-03-02)* ---------------------------- diff --git a/README.md b/README.md index 8e65c8e..6be9bb9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ repositories { } dependencies { - compile 'jp.wasabeef:glide-transformations:2.0.0' + compile 'jp.wasabeef:glide-transformations:2.0.1' // If you want to use the GPU Filters compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0' } diff --git a/gradle.properties b/gradle.properties index 523c37c..878c927 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.0.0 +VERSION_NAME=2.0.1 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations @@ -21,6 +21,6 @@ POM_DEVELOPER_EMAIL=dadadada.chop@gmail.com POM_DEVELOPER_URL=wasabeef.jp ISSUE_URL=https://github.com/wasabeef/glide-transformations/issues -SUPPORT_PACKAGE_VERSION=23.1.1 +SUPPORT_PACKAGE_VERSION=23.2.1 GLIDE_VERSION=3.7.0 GPUIMAGE_VERSION=1.3.0 \ No newline at end of file