Skip to content

Commit

Permalink
fix(packages): added in a missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
clevercrowgames committed Jul 5, 2023
1 parent 0feec2b commit c8b5cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Assets/com.fluid.elastic-inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"unity": "2022.2",
"dependencies": {
"com.fluid.simple-settings": "1.0.1",
"com.fluid.database": "2.1.0"
"com.fluid.database": "2.1.0",
"com.fluid.unity-event-plus": "1.2.0"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Elastic Inventory is used through [Unity's Package Manager](https://docs.unity3d
}
],
"dependencies": {
"com.fluid.elastic-inventory": "1.0.0"
"com.fluid.elastic-inventory": "1.0.1"
}
}
```
Expand Down

0 comments on commit c8b5cf9

Please sign in to comment.