Created tag 0.3.0.

This commit is contained in:
Erik C. Thauvin 2010-08-05 23:30:31 +00:00
parent f039aff931
commit 525bbb5f2b
8 changed files with 23 additions and 8 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="1" android:versionName="0.1">
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">
@ -11,4 +11,5 @@
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="2"></uses-sdk>
</manifest>