From a28487f4d12c71f2323324655a9fbdd7821c932e Mon Sep 17 00:00:00 2001 From: Theo Bouwman Date: Sun, 15 Oct 2017 16:29:27 +0200 Subject: [PATCH] changelog and version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306063d..987a729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.0] + +* added pinch to zoom + ## [0.1.3] * added visualization diff --git a/pubspec.yaml b/pubspec.yaml index 21ac541..4dd5c13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: image_carousel author: Theo Bouwman homepage: https://github.com/theobouwman/flutter_image_carousel description: A image carousel flutter plugin -version: 0.1.3 +version: 0.2.0 dependencies: zoomable_image: "^1.1.1"