Bumping version.

This commit is contained in:
Rob Greene 2019-09-02 21:12:43 -05:00
parent 1471521271
commit 983d8d06f1
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ To include in a Maven project:
<dependency>
<groupId>net.sf.applecommander</groupId>
<artifactId>bastools-api</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```
@ -19,7 +19,7 @@ To include in a Gradle project:
```
dependencies {
// ...
compile "net.sf.applecommander:bastools-api:0.3.0"
compile "net.sf.applecommander:bastools-api:0.3.1"
// ...
}
```