Skip to content

Commit

Permalink
build!: bump version to 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar committed Apr 17, 2021
1 parent 7d65157 commit a4d9b96
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions module.txt
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit a4d9b96

Please sign in to comment.