diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5a492..1c3dd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -#### [0.1.6] - July 17 2020 +#### [0.1.7] - July 17 2020 Fixed a minor bug : #6 ## [0.1.5] - April 24 2020 diff --git a/pubspec.yaml b/pubspec.yaml index 70acebf..4e2bbe5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: touchable description: Flutter library to add various gesture callbacks to each Shape you draw on your canvas in your CustomPainter -version: 0.1.6 +version: 0.1.7 repository: https://github.com/nateshmbhat/touchable homepage: https://github.com/nateshmbhat/touchable