diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae46c9..f145df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.6+5 + +* Reworked onUnityMessage for iOS + ## 0.1.6+4 * Improved description diff --git a/README.md b/README.md index 52b18fc..7ce74d7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome ```yaml dependencies: - flutter_unity_widget: ^0.1.6+4 + flutter_unity_widget: ^0.1.6+5 ``` Now inside your Dart code you can import it. diff --git a/pubspec.yaml b/pubspec.yaml index 2c5a454..58e85b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_unity_widget description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library. -version: 0.1.6+4 +version: 0.1.6+5 authors: - Rex Raphael - Thomas Stockx