Skip to content

Commit

Permalink
Version bump to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Aug 2, 2015
1 parent a702d28 commit 797b309
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.0'
version = '1.3.1'
ext {
appName = 'DestinationSol'
gdxVersion = '1.6.4'
Expand Down
2 changes: 1 addition & 1 deletion main/src/com/miloshpetrov/sol2/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.0";
public static final String VERSION = "1.3.1";
public static final float FRICTION = .5f;
public static final float IMPULSE_TO_COLL_VOL = 2f;

Expand Down

0 comments on commit 797b309

Please sign in to comment.