File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
resources/org/destinationsol Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ allprojects {
2222 apply plugin : ' eclipse'
2323 apply plugin : ' idea'
2424
25- version = ' 2.0.1 '
25+ version = ' 2.1.0 '
2626 ext {
2727 appName = ' DestinationSol'
2828 gdxVersion = ' 1.9.14'
2929 // The LibGDX controllers library is versioned differently to the main LibGDX versions.
3030 // See https://github.com/libgdx/gdx-controllers/wiki/Compatibility for compatible versions.
3131 gdxControllersVersion = ' 2.1.0'
3232 roboVMVersion = ' 2.3.3'
33- nuiVersion = ' 3.1.0-SNAPSHOT '
33+ nuiVersion = ' 3.1.0'
3434 }
3535}
3636
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class Const {
2323 public static final float REAL_TIME_STEP = 1.0f / 60.0f ;
2424 public static final float CHUNK_SIZE = 20f ;
2525 public static final int ITEM_GROUPS_PER_PAGE = 8 ;
26- public static final String VERSION = "2.0.1 " ;
26+ public static final String VERSION = "2.1.0 " ;
2727 public static final float FRICTION = .5f ;
2828 public static final float IMPULSE_TO_COLL_VOL = 2f ;
2929
Original file line number Diff line number Diff line change 11{
22 "id" : " engine" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "displayName" : " Destination Sol Engine" ,
55 "description" : " Engine content"
66}
Original file line number Diff line number Diff line change 11{
22 "id" : " core" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "displayName" : " Destination Sol core content" ,
55 "description" : " Core content that is recommended, but not needed, for the game to function."
66}
You can’t perform that action at this time.
0 commit comments