We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868c7ff commit e666550Copy full SHA for e666550
README.md
@@ -2,17 +2,19 @@
2
3
 h5jan
4
=====
5
+
6
+NOTE: Version 0.7.5 and above include an important fix to make the library work without setting LD_LIBRARY_PATH.
7
Maven
8
```xml
9
<dependency>
10
<groupId>io.github.h5jan</groupId>
11
<artifactId>h5jan-core</artifactId>
- <version>0.7.0</version>
12
+ <version>0.7.5</version>
13
</dependency>
14
```
15
Gradle
16
```groovy
- 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'
18
19
20
## What is it
0 commit comments