diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 7a718a7..df65443 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.7.34", + "version": "0.7.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 3730db0..e5cf3f1 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.7.34" + "version": "0.7.35" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1760642..8b6b806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.7.35 + ## 0.7.34 ## 0.7.33 diff --git a/VERSION b/VERSION index 091f0b8..5592e6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.34 \ No newline at end of file +0.7.35 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b13d5e7..d0d2aeb 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.7.34 +version: 0.7.35 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app