Skip to content

Commit

Permalink
Version bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Oct 23, 2015
1 parent 9c3ab43 commit ab0044e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

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

Expand Down

0 comments on commit ab0044e

Please sign in to comment.