diff options
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d48beef..bfd6400 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | package="net.onefang.toyboxInstaller" | 3 | package="net.onefang.toyboxInstaller" |
4 | android:versionCode="1" | 4 | android:versionCode="1" |
5 | android:versionName="0.4.8" > | 5 | android:versionName="0.4.9" > |
6 | 6 | ||
7 | <uses-sdk | 7 | <uses-sdk |
8 | android:minSdkVersion="4" | 8 | android:minSdkVersion="4" |
@@ -6,7 +6,7 @@ and powerful enough to turn Android into a development environment. | |||
6 | http://landley.net/code/toybox/ | 6 | http://landley.net/code/toybox/ |
7 | 7 | ||
8 | In general I'll follow toybox's version number, even if there is no need | 8 | In general I'll follow toybox's version number, even if there is no need |
9 | to change this code. Currently that's 0.4.8. If I ever have to change | 9 | to change this code. Currently that's 0.4.9. If I ever have to change |
10 | the code between toybox versions, I'll add another point. | 10 | the code between toybox versions, I'll add another point. |
11 | 11 | ||
12 | 12 | ||