Skip to content

Commit

Permalink
Version bump for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Jul 5, 2020
1 parent d10cb70 commit efc80fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'

version = '2.0.0'
version = '2.0.1'
ext {
appName = 'DestinationSol'
gdxVersion = '1.9.8'
Expand Down
2 changes: 1 addition & 1 deletion config/gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// the FindBugs version is set in the configuration
}

version = '2.0.0'
version = '2.0.1'
ext {
appName = 'DestinationSol'
gdxVersion = '1.9.8'
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/java/org/destinationsol/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Const {
public static final float CHUNK_SIZE = 20f;
public static final int ITEM_GROUPS_PER_PAGE = 8;
public static final float PLANET_GAP = 8f;
public static final String VERSION = "2.0.0";
public static final String VERSION = "2.0.1";
public static final float FRICTION = .5f;
public static final float IMPULSE_TO_COLL_VOL = 2f;

Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/resources/org/destinationsol/module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "engine",
"version" : "2.0.0",
"version" : "2.0.1",
"displayName" : "Destination Sol Engine",
"description" : "Engine content"
}
2 changes: 1 addition & 1 deletion modules/core/module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id" : "core",
"version" : "2.0.0",
"version" : "2.0.1",
"displayName" : "Destination Sol core content",
"description" : "Core content that is recommended, but not needed, for the game to function."
}

0 comments on commit efc80fd

Please sign in to comment.