Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
Bump version to v1.0.2.
  • Loading branch information
danirod committed Jul 24, 2016
1 parent 6ba1577 commit 57d0334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.danirod.jumpdontdie.android"
android:versionCode="1"
android:versionName="1.0" >
package="es.danirod.jddprototype.android"
android:versionCode="10002"
android:versionName="1.0.2" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="22" />

Expand Down
4 changes: 2 additions & 2 deletions core/src/es/danirod/jddprototype/game/CreditsScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public CreditsScreen(final es.danirod.jddprototype.game.MainGame game) {
// file.
back = new TextButton("Back", skin);

credits = new Label("Jump Don't Die v1.0.1\n" +
"Copyright (C) 2015 Dani Rodriguez\n" +
credits = new Label("Jump Don't Die v1.0.2\n" +
"Copyright (C) 2015-2016 Dani Rodriguez\n" +
"This game is GNU GPL. Get the code at github.com/danirod/JumpDontDie\n\n" +

"Music: \"Long Time Coming\" Kevin MacLeod (incompetech.com)\n" +
Expand Down

0 comments on commit 57d0334

Please sign in to comment.