Skip to content

Commit

Permalink
Merge pull request #118 from wasabeef/release-401
Browse files Browse the repository at this point in the history
Release v4.0.1
  • Loading branch information
wasabeef committed Dec 13, 2021
2 parents a36d5a9 + abc434a commit d53d019
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

Version 4.0.1 *(2021-12-13)*
----------------------------

Fix:
- Calling RS with no Context active [#103](https://github.com/wasabeef/Blurry/issues/103)

Version 4.0.0 *(2020-09-28)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ repositories {
}
dependencies {
compile 'jp.wasabeef:blurry:4.0.0'
compile 'jp.wasabeef:blurry:4.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -7,8 +7,8 @@ android.useAndroidX=true
android.enableJetifier=false
android.enableR8.fullMode=true

VERSION_NAME=4.0.0
VERSION_CODE=400
VERSION_NAME=4.0.1
VERSION_CODE=401

COMPILE_SDK_VERSION=30
TARGET_SDK_VERSION=30
Expand Down

0 comments on commit d53d019

Please sign in to comment.