We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63a5b5 commit dc0bc81Copy full SHA for dc0bc81
2 files changed
README.md
@@ -41,14 +41,14 @@ Follow [this QuickStart](https://github.com/gephi/graphstore/wiki/Quick-Start) t
41
<dependency>
42
<groupId>org.gephi</groupId>
43
<artifactId>graphstore</artifactId>
44
- <version>0.8.5</version>
+ <version>0.8.6</version>
45
</dependency>
46
```
47
48
### From a Gradle project
49
50
51
-compile 'org.gephi:graphstore:0.8.5'
+compile 'org.gephi:graphstore:0.8.6'
52
53
54
## Dependencies
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
6
- <version>0.8.6</version>
+ <version>0.8.7-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
9
<name>GraphStore</name>
0 commit comments