Skip to content

Commit

Permalink
new release 0.1.6+1
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed Aug 2, 2019
1 parent 0ba8ae9 commit 2c138fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6+1

* Adding Metal renderer support (on iOS) [@krispypen](https://github.com/krispypen)

## 0.1.6

* iOS support for the Unity 2019.3 new export format Unity as a Library [@krispypen](https://github.com/krispypen)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Flutter unity 3D widget for embedding unity in flutter. Add a Flutter widget to

```yaml
dependencies:
flutter_unity_widget: ^0.1.6
flutter_unity_widget: ^0.1.6+1
```
Now inside your Dart code you can import it.
Expand Down

0 comments on commit 2c138fb

Please sign in to comment.