diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a365b..5758453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.1+3] - 2020-07-09 11:13:22 + +- Fixing up ```flutter analyze``` issues thanks to @creativecreatorormaybenot. + ## [0.0.1+2] - 2020-07-08 16:47:10 - Updating meta dependency to one that is compatible with Flutter 😶 diff --git a/example/pubspec.lock b/example/pubspec.lock index ff38332..fec5648 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1+2" + version: "0.0.1+3" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index dbf3c26..cd58401 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime -version: 0.0.1+2 +version: 0.0.1+3 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app