From d8b87477a566205040841c0e0600e5a6eb1927b0 Mon Sep 17 00:00:00 2001 From: Mateus Felipe Date: Fri, 24 Jan 2020 10:16:24 -0300 Subject: [PATCH] Version bump to 0.1.3 --- 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 62919bc..874f587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +* Fix defaultCameraControlLayer secondChild getting the firstChild hit + ## 0.1.2 * Assert that `MagicEye` parameters are not `null`, except for `key` diff --git a/example/pubspec.lock b/example/pubspec.lock index 364eabd..1d0a132 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "0.1.2" + version: "0.1.3" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 57c8516..27de486 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.2 +version: 0.1.3 homepage: https://github.com/mateusfccp/magiceye repository: https://github.com/mateusfccp/magiceye