Updates post release.

This commit is contained in:
Adam Murdoch
2012-10-10 17:34:02 +11:00
parent 665524bb34
commit 933775dd09
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ allprojects {
} }
group = 'net.rubygrapefruit' group = 'net.rubygrapefruit'
version = '0.2' version = '0.3'
sourceCompatibility = 1.5 sourceCompatibility = 1.5
targetCompatibility = 1.5 targetCompatibility = 1.5

View File

@@ -146,7 +146,7 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
1. Checkout tag. 1. Checkout tag.
2. `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease` 2. `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease`
4. Checkout master 4. Checkout master
5. Increment version number. 5. Increment version number in `build.gradle` and this readme.
## Testing ## Testing