From d3816c29be15e89981e7e1bce5cebafb44a8a04e Mon Sep 17 00:00:00 2001 From: Amos Date: Mon, 20 Nov 2023 14:53:55 +0800 Subject: [PATCH] Version: 2.1.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af327d..64bb027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. +## 2.1.2 + +### Improvements + +- Improve high energy impact. + ## 2.1.1 ### Improvements diff --git a/pubspec.yaml b/pubspec.yaml index 18a3121..3008947 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: Easily apply tilt parallax hover effects for Flutter, which support # https://semver.org/spec/v2.0.0-rc.1.html # https://dart.dev/tools/pub/versioning#semantic-versions # https://dart.dev/tools/pub/dependencies#version-constraints -version: 2.1.1 +version: 2.1.2 homepage: https://amoshuke.github.io/flutter_tilt_book repository: https://github.com/fluttercandies/flutter_tilt issue_tracker: https://github.com/fluttercandies/flutter_tilt/issues