We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37975fb + 5ee7f49 commit 84f2bbcCopy full SHA for 84f2bbc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.1](https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.0...v2.0.1) (2019-05-31)
2
+
3
4
+### Bug Fixes
5
6
+* missing meta files no longer crash the dist package ([32f782d](https://github.com/ashblue/fluid-behavior-tree/commit/32f782d))
7
8
# [2.0.0](https://github.com/ashblue/fluid-behavior-tree/compare/v1.0.0...v2.0.0) (2019-05-31)
9
10
README.md
@@ -26,7 +26,7 @@ Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity
26
{
27
"registry": "https://registry.npmjs.org",
28
"dependencies": {
29
- "com.fluid.behavior-tree": "2.0.0"
+ "com.fluid.behavior-tree": "2.0.1"
30
}
31
32
```
0 commit comments