mirror of
https://github.com/AppleCommander/bastools.git
synced 2025-08-14 19:27:43 +00:00
Bumping version.
This commit is contained in:
@@ -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"
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user