Skip to content

Commit

Permalink
v1.4.2007
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Aug 24, 2020
1 parent 58e9963 commit b010f99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.opensource.lightblocks"
minSdkVersion 16
targetSdkVersion 29
versionCode 2006
versionName "1.4.2006"
versionCode 2007
versionName "1.4.2007"
}

flavorDimensions "type"
Expand Down
2 changes: 1 addition & 1 deletion core/src/de/golfgl/lightblocks/LightBlocksGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class LightBlocksGame extends Game implements IGameServiceListener, IPush
public static final String SOURCECODE_URL = "https://github.com/MrStahlfelge/lightblocks/";
public static final String CONTROLLER_RECOMMENDATION_URL = "https://www.golfgl.de/lightblocks/#controller";
// An den gleichen Eintrag im AndroidManifest und robovm.properties denken!!!
public static final int GAME_VERSIONNUMBER = 2006;
public static final int GAME_VERSIONNUMBER = 2007;
public static final String GAME_VERSIONSTRING = "1.4." + GAME_VERSIONNUMBER;
// Abstand für Git
// auch dran denken das data-Verzeichnis beim release wegzunehmen!
Expand Down
4 changes: 2 additions & 2 deletions ios/robovm.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app.id=org.opensource.lightblocks
app.mainclass=de.golfgl.lightblocks.IOSLauncher
app.executable=IOSLauncher
app.version=1.4.2006
app.build=2006
app.version=1.4.2007
app.build=2007
app.name=Falling Lightblocks

0 comments on commit b010f99

Please sign in to comment.