diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a03da..966ace5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## [0.7.16] - 2021-06-11 12:00:00 +- Fixes broken build issue in 0.7.15 + ## [0.7.15] - 2021-06-10 12:00:00 - Adds linear animation and state machine getters to RuntimeArtboard - RiveAnimation now takes lists of animation and state machine names and plays all of them. +- NOTE: this build is broken ## [0.7.14] - 2021-06-10 11:57:35 - Fixed an issue with State Machine exit time and one shot animations. diff --git a/README.md b/README.md index eb7a8f4..990be38 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Runtime docs are available in [Rive's help center](https://help.rive.app/runtime ```yaml dependencies: - rive: ^0.7.15 + rive: ^0.7.16 ``` ## Quick Start diff --git a/pubspec.yaml b/pubspec.yaml index 265f335..3be0daf 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.7.15 +version: 0.7.16 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app