Skip to content

Commit e666550

Browse files
authored
Update README.md
Update README.md to tell user to use 0.7.5 which works without adding H5 libs to path.
1 parent 868c7ff commit e666550

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
![](https://github.com/h5jan/h5jan-core/blob/master/eclipsesci.png) h5jan
44
=====
5+
6+
NOTE: Version 0.7.5 and above include an important fix to make the library work without setting LD_LIBRARY_PATH.
57
Maven
68
```xml
79
<dependency>
810
<groupId>io.github.h5jan</groupId>
911
<artifactId>h5jan-core</artifactId>
10-
<version>0.7.0</version>
12+
<version>0.7.5</version>
1113
</dependency>
1214
```
1315
Gradle
1416
```groovy
15-
compile group: 'io.github.h5jan', name: 'h5jan-core', version: '0.7.0'
17+
compile group: 'io.github.h5jan', name: 'h5jan-core', version: '0.7.5'
1618
```
1719

1820
## What is it

0 commit comments

Comments
 (0)