Skip to content

Commit

Permalink
fix: add Drops dependency, update Furnishings dependency
Browse files Browse the repository at this point in the history
- updates version info in module.txt to 1.1.0
  • Loading branch information
jdrueckert committed May 10, 2020
1 parent d05fdf2 commit 5a5e719
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"id" : "CoreAdvancedAssets",
"version" : "1.0.0",
"version" : "1.1.0",
"isReleaseManaged": true,
"author" : "The Terasology Foundation",
"displayName" : "CoreAdvancedAssets",
"description" : "A collection of assets using and combining features from various (core) modules.",
"dependencies" : [
{ "id": "Drops", "minVersion": "1.0.1" },
{ "id": "Explosives", "minVersion": "1.0.0" },
{ "id": "Furnishings", "minVersion": "1.0.0" }
{ "id": "Furnishings", "minVersion": "1.1.0" }
],
"serverSideOnly" : false,
"isAsset": true
Expand Down

0 comments on commit 5a5e719

Please sign in to comment.