We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d9523 commit 8b70f6cCopy full SHA for 8b70f6c
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
apply plugin: "eclipse"
16
apply plugin: "idea"
17
18
- version = '1.1.1'
+ version = '1.2.0'
19
ext {
20
appName = 'DestinationSol'
21
gdxVersion = '1.6.1'
main/src/com/miloshpetrov/sol2/Const.java
@@ -10,7 +10,7 @@ public class Const {
10
public static final float CHUNK_SIZE = 20f;
11
public static final int ITEM_GROUPS_PER_PAGE = 8;
12
public final static float PLANET_GAP = 8f;
13
- public static final String VERSION = "1.1.1";
+ public static final String VERSION = "1.2.0";
14
public static final float FRICTION = .5f;
public static final float IMPULSE_TO_COLL_VOL = 2f;
0 commit comments