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