From 87ac5ce570fd6699301ba10b6d73d76025f8a04a Mon Sep 17 00:00:00 2001 From: Mateus Felipe Date: Mon, 27 Jan 2020 08:48:29 -0300 Subject: [PATCH] Version bump to 0.1.3+1 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 874f587..20a1518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3+1 + +* Fix regression (issue #3) + ## 0.1.3 * Fix defaultCameraControlLayer secondChild getting the firstChild hit diff --git a/example/pubspec.lock b/example/pubspec.lock index 1d0a132..45cb4d4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "0.1.3" + version: "0.1.3+1" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 27de486..ae53ed0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: magiceye description: An abstraction on top of flutter camera, that allows you to have a default camera screen or build your own with the layer builders. -version: 0.1.3 +version: 0.1.3+1 homepage: https://github.com/mateusfccp/magiceye repository: https://github.com/mateusfccp/magiceye