Skip to content

Commit

Permalink
bump up 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed Mar 21, 2017
1 parent ff2f0f9 commit 447da32
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
Change Log
==========

Version 2.1.1 *(2017-03-21)*
----------------------------

Update:
- Support Library 24.2.0 -> 25.3.0

Bug Fix:
- [Destroy Allocation and ScriptInstrinsicBlur objects to prevent memory leaks #51](https://github.com/wasabeef/Blurry/pull/51)


Version 2.1.0 *(2016-12-20)*
----------------------------

Expand All @@ -12,7 +22,6 @@ PR:
- [#44](https://github.com/wasabeef/Blurry/pull/44) Implement BitmapComposer



Version 2.0.3 *(2016-08-04)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ How do I use it?
##### Dependencies
```groovy
dependencies {
compile 'jp.wasabeef:blurry:2.1.0'
compile 'jp.wasabeef:blurry:2.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1
GROUP=jp.wasabeef
ARTIFACT_ID=blurry

Expand Down

0 comments on commit 447da32

Please sign in to comment.