Skip to content

Commit a9ad23e

Browse files
committed
Update versions in the docs.
1 parent 2148727 commit a9ad23e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Alternatively, you can use the usual maven dependency management to get the file
1919

2020
```
2121
dependencies {
22-
compile "com.github.akarnokd:ixjava:0.92.3"
22+
compile "com.github.akarnokd:ixjava:0.92.6"
2323
}
2424
```
2525

2626
**ivy**
2727

2828
```
2929
<dependencies>
30-
<dependency org="com.github.akarnokd" name="ixjava" rev="0.92.5" />
30+
<dependency org="com.github.akarnokd" name="ixjava" rev="0.92.6" />
3131
</dependencies>
3232
```
3333

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.92.5
1+
version=0.92.6

0 commit comments

Comments
 (0)