diff --git a/module.txt b/module.txt index 956b88b..f92b693 100644 --- a/module.txt +++ b/module.txt @@ -1,15 +1,22 @@ { - "id" : "Health", - "version" : "1.2.0-SNAPSHOT", + "id": "Health", + "version": "2.0.0-SNAPSHOT", "isReleaseManaged": true, - "author" : "The Terasology Foundation", - "displayName" : "Health", - "description" : "Adds the concept of health (or hitpoints) to the game and handles regeneration, restoration and damage of entities.", - "dependencies" : [ - { "id": "ModuleTestingEnvironment", "minVersion": "0.2.0", "optional": true }, - { "id": "CoreAssets", "minVersion": "2.0.1" } + "author": "The Terasology Foundation", + "displayName": "Health", + "description": "Adds the concept of health (or hitpoints) to the game and handles regeneration, restoration and damage of entities.", + "dependencies": [ + { + "id": "ModuleTestingEnvironment", + "minVersion": "0.2.0", + "optional": true + }, + { + "id": "CoreAssets", + "minVersion": "2.0.1" + } ], - "serverSideOnly" : false, + "serverSideOnly": false, "isLibrary": true, "isAugmentation": true }