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"