Skip to content

Commit 559cbb9

Browse files
committed
v1.5.2009
1 parent 28f945f commit 559cbb9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "org.opensource.lightblocks"
3131
minSdkVersion 16
3232
targetSdkVersion 29
33-
versionCode 2008
34-
versionName "1.4.2008"
33+
versionCode 2009
34+
versionName "1.5.2009"
3535
}
3636

3737
flavorDimensions "type"

core/src/de/golfgl/lightblocks/LightBlocksGame.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public class LightBlocksGame extends Game implements IGameServiceListener, IPush
6060
public static final String SOURCECODE_URL = "https://github.com/MrStahlfelge/lightblocks/";
6161
public static final String CONTROLLER_RECOMMENDATION_URL = "https://www.golfgl.de/lightblocks/#controller";
6262
// An den gleichen Eintrag im AndroidManifest und robovm.properties denken!!!
63-
public static final int GAME_VERSIONNUMBER = 2008;
64-
public static final String GAME_VERSIONSTRING = "1.4." + GAME_VERSIONNUMBER;
63+
public static final int GAME_VERSIONNUMBER = 2009;
64+
public static final String GAME_VERSIONSTRING = "1.5." + GAME_VERSIONNUMBER;
6565
// Abstand für Git
6666
// auch dran denken das data-Verzeichnis beim release wegzunehmen!
6767
public static final boolean GAME_DEVMODE = true;

ios/robovm.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app.id=org.opensource.lightblocks
22
app.mainclass=de.golfgl.lightblocks.IOSLauncher
33
app.executable=IOSLauncher
4-
app.version=1.4.2008
5-
app.build=2008
4+
app.version=1.5.2009
5+
app.build=2009
66
app.name=Falling Lightblocks

0 commit comments

Comments
 (0)