diff options
| author | David Walter Seikel | 2014-09-22 01:48:33 +1000 |
|---|---|---|
| committer | David Walter Seikel | 2014-09-22 01:48:33 +1000 |
| commit | a6913bc25b2a3d825a3d6dfb6043cd46edea47d9 (patch) | |
| tree | e039f9b02716e22e9777a173da4b1564909894b1 | |
| parent | Roughed out a skeleton of the UI. (diff) | |
| download | toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.zip toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.gz toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.bz2 toyboxInstaller-a6913bc25b2a3d825a3d6dfb6043cd46edea47d9.tar.xz | |
Version number bump.
| -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 | ||
