diff --git a/api/README.md b/api/README.md index 6467b75..74a12f0 100644 --- a/api/README.md +++ b/api/README.md @@ -10,7 +10,7 @@ To include in a Maven project: net.sf.applecommander bastools-api - 0.3.0 + 0.3.1 ``` @@ -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" // ... } ```