Skip to content

Commit dc0bc81

Browse files
committed
Set version to 0.8.7-SNAPSHOT
1 parent d63a5b5 commit dc0bc81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5</version>
44+
<version>0.8.6</version>
4545
</dependency>
4646
```
4747

4848
### From a Gradle project
4949

5050
```
51-
compile 'org.gephi:graphstore:0.8.5'
51+
compile 'org.gephi:graphstore:0.8.6'
5252
```
5353

5454
## Dependencies

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.gephi</groupId>
55
<artifactId>graphstore</artifactId>
6-
<version>0.8.6</version>
6+
<version>0.8.7-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>GraphStore</name>

0 commit comments

Comments
 (0)