mirror of
https://github.com/AppleCommander/bastools.git
synced 2024-12-21 23:29:31 +00:00
Bumping version.
This commit is contained in:
parent
1471521271
commit
983d8d06f1
@ -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"
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user