aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-09-22 01:48:33 +1000
committerDavid Walter Seikel2014-09-22 01:48:33 +1000
commita6913bc25b2a3d825a3d6dfb6043cd46edea47d9 (patch)
treee039f9b02716e22e9777a173da4b1564909894b1
parentRoughed out a skeleton of the UI. (diff)
downloadtoyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.zip
toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.gz
toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.bz2
toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.xz
Version number bump.
-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