Skip to content

Commit 2e935bc

Browse files
committed
Version bump for next release.
1 parent 381bc75 commit 2e935bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

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

19-
version = '1.4.1'
19+
version = '1.4.2'
2020
ext {
2121
appName = 'DestinationSol'
2222
gdxVersion = '1.7.0'

config/gradle/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// the FindBugs version is set in the configuration
1717
}
1818

19-
version = '1.4.1'
19+
version = '1.4.2'
2020
ext {
2121
appName = 'DestinationSol'
2222
gdxVersion = '1.7.0'

main/src/org/destinationsol/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Const {
2626
public static final float CHUNK_SIZE = 20f;
2727
public static final int ITEM_GROUPS_PER_PAGE = 8;
2828
public final static float PLANET_GAP = 8f;
29-
public static final String VERSION = "1.4.1";
29+
public static final String VERSION = "1.4.2";
3030
public static final float FRICTION = .5f;
3131
public static final float IMPULSE_TO_COLL_VOL = 2f;
3232

0 commit comments

Comments
 (0)