Updating version referenced in README.

This commit is contained in:
Rob Greene 2018-11-21 14:28:56 -06:00
parent 6989a186e6
commit c43baf9c15
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ To include in a Gradle project:
```
dependencies {
// ...
compile "net.sf.applecommander:bastools-api:0.2.0"
compile "net.sf.applecommander:bastools-api:0.3.0"
// ...
}
```