Skip to content

Commit

Permalink
inc version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolus committed May 22, 2016
1 parent 33218d1 commit b16a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/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="jwtc.android.chess"
android:versionCode="138"
android:versionName="8.6.10"
android:versionCode="139"
android:versionName="8.6.11"
android:installLocation="auto"
>
<application android:name=".MyApplication" android:icon="@drawable/icon" android:label="@string/app_name"
Expand Down

0 comments on commit b16a226

Please sign in to comment.