Skip to content

Commit

Permalink
Version prep for v0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Jul 26, 2015
1 parent 9575e28 commit 18a8c33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engine-tests/src/main/resources/module.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "unittest",
"version" : "0.54.0-SNAPSHOT",
"version" : "0.54.0",
"displayName" : "Terasology Engine Test",
"description" : "Engine unit test content"
}
2 changes: 1 addition & 1 deletion engine/src/main/resources/engine-module.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "engine",
"version" : "0.54.0-SNAPSHOT",
"version" : "0.54.0",
"displayName" : "Terasology Engine",
"description" : "Core engine content"
}
2 changes: 1 addition & 1 deletion modules/Core/module.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "Core",
"version" : "0.54.0-SNAPSHOT",
"version" : "0.54.0",
"displayName" : "Core Content",
"description" : "This module adds a set of base content for Terasology",
"dependencies" :
Expand Down
2 changes: 1 addition & 1 deletion modules/CoreSampleGameplay/module.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "CoreSampleGameplay",
"version" : "0.54.0-SNAPSHOT",
"version" : "0.54.0",
"displayName" : "Core Gameplay",
"description" : "This module introduces the core Terasology content",
"dependencies" :
Expand Down

0 comments on commit 18a8c33

Please sign in to comment.