Skip to content

Commit a9e487b

Browse files
committed
Version bump to 1.3.0
1 parent 68350cc commit a9e487b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
apply plugin: "eclipse"
1616
apply plugin: "idea"
1717

18-
version = '1.2.1'
18+
version = '1.3.0'
1919
ext {
2020
appName = 'DestinationSol'
2121
gdxVersion = '1.6.4'

main/src/com/miloshpetrov/sol2/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Const {
1010
public static final float CHUNK_SIZE = 20f;
1111
public static final int ITEM_GROUPS_PER_PAGE = 8;
1212
public final static float PLANET_GAP = 8f;
13-
public static final String VERSION = "1.2.1";
13+
public static final String VERSION = "1.3.0";
1414
public static final float FRICTION = .5f;
1515
public static final float IMPULSE_TO_COLL_VOL = 2f;
1616

0 commit comments

Comments
 (0)