From 9146fc0482f569a03791975659159882c2d36561 Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Thu, 16 Jun 2022 15:49:32 -0700 Subject: [PATCH] Prepping for publish. --- CHANGELOG.md | 5 +++++ VERSION | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff8654..6b4c633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.1 + +- Support for Nested Inputs. +- Updated corner radius logic (matches new editor changes). + ## 0.9.0 - Support for Listeners. diff --git a/VERSION b/VERSION index fcbb537..f514a2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.4 \ No newline at end of file +0.9.1 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f1342b0..1918a24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. -version: 0.9.0 +version: 0.9.1 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app