Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsx-dev committed Apr 22, 2017
1 parent 414642f commit 6d9c70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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="net.mgsx.pd.demo"
android:versionCode="3"
android:versionName="1.2" >
android:versionCode="4"
android:versionName="1.3" >

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '0.3.0'
version = '1.3.0'
ext {
appName = "gdx-pd-demo"
gdxVersion = '1.9.6'
Expand Down

0 comments on commit 6d9c70f

Please sign in to comment.