Skip to content

Commit 5910294

Browse files
authored
Merge pull request #12 from ashblue/feature/missing-package-fix
fix(packages): added in a missing package
2 parents 0feec2b + c8b5cf9 commit 5910294

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/com.fluid.elastic-inventory/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"unity": "2022.2",
77
"dependencies": {
88
"com.fluid.simple-settings": "1.0.1",
9-
"com.fluid.database": "2.1.0"
9+
"com.fluid.database": "2.1.0",
10+
"com.fluid.unity-event-plus": "1.2.0"
1011
}
1112
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Elastic Inventory is used through [Unity's Package Manager](https://docs.unity3d
110110
}
111111
],
112112
"dependencies": {
113-
"com.fluid.elastic-inventory": "1.0.0"
113+
"com.fluid.elastic-inventory": "1.0.1"
114114
}
115115
}
116116
```

0 commit comments

Comments
 (0)