Skip to content

Commit

Permalink
Update version string.
Browse files Browse the repository at this point in the history
And fixed a small typo
  • Loading branch information
paulscode committed Jan 15, 2013
1 parent ae1d820 commit 1308d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="paulscode.android.mupen64plusae"
android:installLocation="auto"
android:versionCode="15"
android:versionName="2.a.5" >
android:versionName="2.a.6" >

<uses-feature android:glEsVersion="0x00020000" />

Expand Down Expand Up @@ -39,7 +39,7 @@
<activity
android:name=".PlayMenuActivity"
android:label="@string/app_name"
android:theme="@style/playTheme" >
android:theme="@style/playTheme"
android:exported="false" >
<intent-filter>
<action android:name=".PlayMenuActivity" />
Expand Down

0 comments on commit 1308d66

Please sign in to comment.