From 454b020a95670a49962ad8432b1eee38fac8060b Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Thu, 9 Jul 2020 11:15:27 -0700 Subject: [PATCH] Prepping for publish. --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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