From c841fb94c391ac5862ed3dc4cd0ddaee89b79692 Mon Sep 17 00:00:00 2001 From: Aliaksei Ramanavets Date: Tue, 11 Mar 2025 10:12:31 +0300 Subject: [PATCH 1/2] Update pubspec and changelog --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccc2b4..e86626d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 0.2.2 +## 0.3.0 +- Updates to support flutter version 3.29.0 +- Update plugin configuration to be usable in gradle 8 projects +- Fix issue [#46](https://github.com/flutterwtf/VR-Player/issues/46) + +- ## 0.2.2 - Updates to support flutter version 3.16.0 - Fix issue [#33](https://github.com/What-the-Flutter/VR-Player/issues/33) diff --git a/pubspec.yaml b/pubspec.yaml index 9818d2c..91b4106 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: vr_player description: The `VrPlayer` lets you play 360° and VR videos smoothly on Android and iOS platforms -version: 0.4.0 +version: 0.3.0 homepage: "https://github.com/What-the-Flutter/VR-Player" topics: From 86cf02f95ecc8ec2deb7a6538b249f4e633ecc4f Mon Sep 17 00:00:00 2001 From: Aliaksei Ramanavets Date: Tue, 11 Mar 2025 13:08:19 +0300 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e86626d..cfc268b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Update plugin configuration to be usable in gradle 8 projects - Fix issue [#46](https://github.com/flutterwtf/VR-Player/issues/46) -- ## 0.2.2 +## 0.2.2 - Updates to support flutter version 3.16.0 - Fix issue [#33](https://github.com/What-the-Flutter/VR-Player/issues/33)