bumped version

This commit is contained in:
Rex Isaac Raphael 2019-10-18 09:31:50 +02:00
parent a1d1572cd0
commit 635132d9c3
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.1.6+5
* Reworked onUnityMessage for iOS
## 0.1.6+4
* Improved description

View File

@ -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.

View File

@ -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 <rex.raphael@outlook.com>
- Thomas Stockx <thomas@stockxit.com>