Skip to content

Commit

Permalink
Prepare version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorBosch committed Jun 4, 2019
1 parent 10afae8 commit 2e410a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 1.0
* Initial release
* Initial release

## 1.1
* Add support for emboss and blur filters.
* Add support for drawing points.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.github.PicnicSupermarket:FingerPaintView:1.0'
implementation 'com.github.PicnicSupermarket:FingerPaintView:1.1'
}
```

Expand Down

0 comments on commit 2e410a0

Please sign in to comment.