Skip to content

Commit

Permalink
chore: update module version for merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored May 17, 2020
1 parent dc49de8 commit 221de96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id" : "Health",
"version" : "1.0.0",
"version" : "1.0.1",
"isReleaseManaged": true,
"author" : "The Terasology Foundation",
"displayName" : "Health",
"description" : "This module provides basic implementation of Health",
"dependencies" : [
{ "id": "ModuleTestingEnvironment", "minVersion": "0.1.0", "optional":true },
{ "id": "ModuleTestingEnvironment", "minVersion": "0.1.0", "optional":true },
{ "id": "CoreAssets", "minVersion": "2.0.1" }
],
"serverSideOnly" : false,
Expand Down

0 comments on commit 221de96

Please sign in to comment.