diff --git a/flutter_embed_unity/CHANGELOG.md b/flutter_embed_unity/CHANGELOG.md index 11f9bdb..2c3c4ee 100644 --- a/flutter_embed_unity/CHANGELOG.md +++ b/flutter_embed_unity/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.1 + +16 May 2024 + +* Updated README to add Flutter 3.22 and later to the list of supported versions (3.22 fixes [#12](https://github.com/learntoflutter/flutter_embed_unity/issues/12) and [#14](https://github.com/learntoflutter/flutter_embed_unity/issues/14)) + + ## 1.1.0 29 March 2024 @@ -5,6 +12,7 @@ * New Unity input system touches works on Android * Updated readme to note Unity 2022.3.21 or later will be required on iOS from 1st May [to comply with App Store privacy manifest requirements](https://forum.unity.com/threads/apple-privacy-manifest-updates-for-unity-engine.1529026/) + ## 1.1.0-beta1 13 March 2024 diff --git a/flutter_embed_unity/pubspec.yaml b/flutter_embed_unity/pubspec.yaml index 1d2e06c..57f545b 100644 --- a/flutter_embed_unity/pubspec.yaml +++ b/flutter_embed_unity/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_embed_unity description: Harness the power of Unity 3D in your Flutter app by embedding Unity as a widget. Useful for adding 3D, gaming or augmented reality (AR) to your app. -version: 1.1.0 +version: 1.1.1 homepage: https://learntoflutter.com repository: https://github.com/learntoflutter/flutter_embed_unity/tree/main/flutter_embed_unity issue_tracker: https://github.com/learntoflutter/flutter_embed_unity/issues