Skip to content

Commit 54d77af

Browse files
authored
Update Gephi graphstore dependency version to 0.8.1
1 parent 3cae83b commit 54d77af

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
@@ -41,14 +41,14 @@ Follow [this QuickStart](https://github.com/gephi/graphstore/wiki/Quick-Start) t
4141
<dependency>
4242
<groupId>org.gephi</groupId>
4343
<artifactId>graphstore</artifactId>
44-
<version>0.8.0</version>
44+
<version>0.8.1</version>
4545
</dependency>
4646
```
4747

4848
### From a Gradle project
4949

5050
```
51-
compile 'org.gephi:graphstore:0.8.0'
51+
compile 'org.gephi:graphstore:0.8.1'
5252
```
5353

5454
## Dependencies

0 commit comments

Comments
 (0)