diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8303217..fd06285 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.madore.android.unicodeMap" - android:versionCode="2" - android:versionName="0.0.2"> + android:versionCode="3" + android:versionName="0.0.3"> <uses-sdk android:minSdkVersion="3" /> <application android:label="@string/app_name" android:icon="@drawable/icon"> diff --git a/res/values/strings.xml b/res/values/strings.xml index aee9313..bef7c95 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -31,10 +31,10 @@ <string name="decode_results">decode results</string> <string name="menu_about">About</string> <string name="about_title">About Unicode Map</string> - <string name="about_text">Unicode Map version 0.0.2\nby David + <string name="about_text">Unicode Map version 0.0.3\nby David A. Madore\n\n(Unfinished and Unstable!)\n\nThe code for this - program is in the Public Domain; data is by the Unicode - consortium.\nNote: Android displays most characters as + program is in the Public Domain; data is ©1991–2010 + Unicode, Inc.\nNote: Android displays most characters as rectangles, but you can still paste them correctly (e.g., in web forms).</string> <string name="ok_button">OK</string> |