Skip to content

Commit

Permalink
Set version to 0.7.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Jun 23, 2024
1 parent 2f87154 commit 0df69f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Follow [this QuickStart](https://github.com/gephi/graphstore/wiki/Quick-Start) t
<dependency>
<groupId>org.gephi</groupId>
<artifactId>graphstore</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</dependency>
```

### From a Gradle project

```
compile 'org.gephi:graphstore:0.7.1'
compile 'org.gephi:graphstore:0.7.2'
```

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gephi</groupId>
<artifactId>graphstore</artifactId>
<version>0.7.2</version>
<version>0.7.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>GraphStore</name>
Expand Down

0 comments on commit 0df69f3

Please sign in to comment.