Skip to content

Commit 983d8d0

Browse files
committed
Bumping version.
1 parent 1471521 commit 983d8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To include in a Maven project:
1010
<dependency>
1111
<groupId>net.sf.applecommander</groupId>
1212
<artifactId>bastools-api</artifactId>
13-
<version>0.3.0</version>
13+
<version>0.3.1</version>
1414
</dependency>
1515
```
1616

@@ -19,7 +19,7 @@ To include in a Gradle project:
1919
```
2020
dependencies {
2121
// ...
22-
compile "net.sf.applecommander:bastools-api:0.3.0"
22+
compile "net.sf.applecommander:bastools-api:0.3.1"
2323
// ...
2424
}
2525
```

0 commit comments

Comments
 (0)