aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--README2
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"
diff --git a/README b/README
index 66aacc6..8eacb35 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ and powerful enough to turn Android into a development environment.
6http://landley.net/code/toybox/ 6http://landley.net/code/toybox/
7 7
8In general I'll follow toybox's version number, even if there is no need 8In general I'll follow toybox's version number, even if there is no need
9to change this code. Currently that's 0.4.8. If I ever have to change 9to change this code. Currently that's 0.4.9. If I ever have to change
10the code between toybox versions, I'll add another point. 10the code between toybox versions, I'll add another point.
11 11
12 12