Skip to content

Commit 94f1d68

Browse files
committed
Update README.md for release
1 parent eb91912 commit 94f1d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Download [the latest JAR][2] or grab via Maven:
7676
```
7777
or Gradle:
7878
```groovy
79-
compile 'com.sprylab.xar:xar:0.9.8'
79+
compile 'com.sprylab.xar:xar:0.9.9'
8080
```
8181

8282
If you need to access files via HTTP, add the `xar-http` module as a dependency, too:
@@ -89,7 +89,7 @@ If you need to access files via HTTP, add the `xar-http` module as a dependency,
8989
```
9090
or Gradle:
9191
```groovy
92-
compile 'com.sprylab.xar:xar-http:0.9.8'
92+
compile 'com.sprylab.xar:xar-http:0.9.9'
9393
```
9494

9595
There is also a CLI version, which mimics the behavior of the original C executable.

0 commit comments

Comments
 (0)