From 6269999abcca6e79287414da0ba4954c4d9c538d Mon Sep 17 00:00:00 2001 From: wasabeef Date: Wed, 4 Feb 2015 01:00:50 +0900 Subject: [PATCH] bump up --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c95c8..dbcc774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.0.3 *(2015-02-05)* +---------------------------- + +Bug fix + Version 1.0.2 *(2015-02-04)* ---------------------------- diff --git a/README.md b/README.md index 2e21a3e..6ece748 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ repositories { } dependencies { - compile 'jp.wasabeef:glide-transformations:1.0.2@aar' + compile 'jp.wasabeef:glide-transformations:1.0.3@aar' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3@aar' } ``` diff --git a/example/build.gradle b/example/build.gradle index fa9faee..6ea9813 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -53,7 +53,7 @@ def getKeyAliasPasswordProperty() { dependencies { compile project(':transformations') -// compile 'jp.wasabeef:glide-transformations:1.0.2' +// compile 'jp.wasabeef:glide-transformations:1.0.3' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:recyclerview-v7:21.+' diff --git a/gradle.properties b/gradle.properties index 4201263..00b677b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.2 +VERSION_NAME=1.0.3 VERSION_CODE=3 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations