Skip to content

Commit

Permalink
Set version to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Aug 3, 2022
1 parent 39d3bc4 commit 7b7f81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,14 +20,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
<dependency>
<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.6</version>
<version>0.9.7</version>
</dependency>
```

#### From a Gradle project

```
compile 'org.gephi:gephi-toolkit:0.9.6'
compile 'org.gephi:gephi-toolkit:0.9.7'
```

#### From a Scala SBT Project
Expand All @@ -37,7 +37,7 @@ resolvers ++= Seq(
"gephi-thirdparty" at "https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/"
)
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.6" classifier "all"
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.9.7" classifier "all"
```

## Latest releases
Expand Down Expand Up @@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t
<dependency>
<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.7-SNAPSHOT</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.9.6</version>
<version>0.9.7</version>
<packaging>jar</packaging>

<name>gephi-toolkit</name>
Expand Down

0 comments on commit 7b7f81a

Please sign in to comment.