From 62db658c39e7263db659838d2047e0a3bd217cc4 Mon Sep 17 00:00:00 2001 From: Alexander Zhdanov Date: Mon, 16 Sep 2019 16:40:08 +0700 Subject: [PATCH] update version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d86404..9bcea5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.1 +## 1.1.2 * Ability to specify `centerAlignment` for Reveal Animation. Parameter `center` is deprecated. Use `centerOffset` or `centerAlignment`. diff --git a/pubspec.yaml b/pubspec.yaml index 653e355..f411b38 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: circular_reveal_animation description: Circular Reveal Animation as Flutter widget! Inspired by Android's ViewAnimationUtils.createCircularReveal(...). -version: 1.1.0 +version: 1.1.2 author: Alexander Zhdanov homepage: https://github.com/qwert2603/circular_reveal_animation