File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/src/org/destinationsol Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 '
2020ext {
2121 appName = ' DestinationSol'
2222 gdxVersion = ' 1.7.0'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments