From 7b7f81a8eccb2646ef3b275c25c779b544dbed0c Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Wed, 3 Aug 2022 21:56:00 +0200 Subject: [PATCH] Set version to 0.9.7 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdbea60..380b095 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g org.gephi gephi-toolkit - 0.9.6 + 0.9.7 ``` #### 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 @@ -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 @@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t org.gephi gephi-toolkit - 0.9.6-SNAPSHOT + 0.9.7-SNAPSHOT ... diff --git a/pom.xml b/pom.xml index fc4bb53..793e051 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.gephi gephi-toolkit - 0.9.6 + 0.9.7 jar gephi-toolkit