8000 bump up 2.0.1 · coder0728/glide-transformations@f6540b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6540b1

Browse files
committed
bump up 2.0.1
1 parent 9bea464 commit f6540b1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 2.0.1 *(2016-04-21)*
5+
----------------------------
6+
7+
Fix:
8+
[#35](https://github.com/wasabeef/glide-transformations/issues/35)
9+
RSInvalidStateException
10+
411
Version 2.0.0 *(2016-03-02)*
512
----------------------------
613

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile 'jp.wasabeef:glide-transformations:2.0.0'
36+
compile 'jp.wasabeef:glide-transformations:2.0.1'
3737
// If you want to use the GPU Filters
3838
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
3939
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.0.0
1+
VERSION_NAME=2.0.1
22
GROUP=jp.wasabeef
33
ARTIFACT_ID=glide-transformations
44

@@ -21,6 +21,6 @@ POM_DEVELOPER_EMAIL=dadadada.chop@gmail.com
2121
POM_DEVELOPER_URL=wasabeef.jp
2222
ISSUE_URL=https://github.com/wasabeef/glide-transformations/issues
2323

24-
SUPPORT_PACKAGE_VERSION=23.1.1
24+
SUPPORT_PACKAGE_VERSION=23.2.1
2525
GLIDE_VERSION=3.7.0
2626
GPUIMAGE_VERSION=1.3.0

0 commit comments

Comments
 (0)
0