From a9ea5f06c5f3983dcf35b606154016043af93c49 Mon Sep 17 00:00:00 2001 From: Luigi Rosso <luigi.rosso@gmail.com> Date: Mon, 20 Jul 2020 10:59:21 -0700 Subject: [PATCH] Updating for pub.dev release. --- 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 5758453..4bc7191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.3] - 2020-07-19 18:18:50 + +- Support shorter string encoding. Format bumps to version 2.0 as it breaks backwards compatibility. + ## [0.0.1+3] - 2020-07-09 11:13:22 - Fixing up ```flutter analyze``` issues thanks to @creativecreatorormaybenot. diff --git a/example/pubspec.lock b/example/pubspec.lock index 5ca8c76..dd5e36d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.3" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index e0ba403..c7b4bc4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime -version: 0.0.2 +version: 0.0.3 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app