1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-30 13:24:34 +08:00

bump up 2.0.1

This commit is contained in:
wasabeef 2016-04-21 15:22:46 +09:00
parent 9bea464afc
commit f6540b111f
3 changed files with 10 additions and 3 deletions

View File

@ -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)*
----------------------------

View File

@ -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'
}

View File

@ -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