diff --git a/CHANGELOG.md b/CHANGELOG.md index d575e00..6ae46c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.6+4 + +* Improved description + ## 0.1.6+3 * Better communication between flutter and unity diff --git a/pubspec.yaml b/pubspec.yaml index 69bc783..2c5a454 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+3 +version: 0.1.6+4 authors: - Rex Raphael - Thomas Stockx