diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index fa9d261..fdc89e8 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 8d3b9b8..a261d74 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -11,5 +11,5 @@ "auto-changelog": "^2.3.0", "release-it": "^14.11.0" }, - "version": "0.8.1" + "version": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be0234..13d1bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.8.2 + ## 0.8.1 - Support for raster assets! diff --git a/VERSION b/VERSION index c18d72b..53a48a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 12e009b..b802340 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.8.1 +version: 0.8.2 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app