Bumping version.

This commit is contained in:
Rob Greene 2019-09-02 21:12:43 -05:00
parent 1471521271
commit 983d8d06f1

View File

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