From 72ec52ba30a7ecb0f4276daff48171b6576aa649 Mon Sep 17 00:00:00 2001 From: nateshmbhat Date: Mon, 20 Jul 2020 18:02:35 +0530 Subject: [PATCH] updated version to 0.1.7 which fixes #2 Signed-off-by: nateshmbhat --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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