Version 0.3 addresses an issue with uppercase characters.

This commit is contained in:
Erik C. Thauvin 2010-08-05 23:29:48 +00:00
parent eb568bfb14
commit 20cb36dcea
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.thauvin.erik.android.spellit"
android:versionCode="2" android:installLocation="auto" android:versionName="0.2">
android:installLocation="auto" android:versionName="0.3" android:versionCode="3">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".SpellIt"
android:label="@string/app_name">