Skip to content

Commit 7b7f81a

Browse files
committed
Set version to 0.9.7
1 parent 39d3bc4 commit 7b7f81a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Find documentation and examples on the [**Toolkit Portal**](https://github.com/g
2020
<dependency>
2121
<groupId>org.gephi</groupId>
2222
<artifactId>gephi-toolkit</artifactId>
23-
<version>0.9.6</version>
23+
<version>0.9.7</version>
2424
</dependency>
2525
```
2626

2727
#### From a Gradle project
2828

2929
```
30-
compile 'org.gephi:gephi-toolkit:0.9.6'
30+
compile 'org.gephi:gephi-toolkit:0.9.7'
3131
```
3232

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

4343
## Latest releases
@@ -84,7 +84,7 @@ If you have Maven you can directly depend on the latest development version of t
8484
<dependency>
8585
<groupId>org.gephi</groupId>
8686
<artifactId>gephi-toolkit</artifactId>
87-
<version>0.9.6-SNAPSHOT</version>
87+
<version>0.9.7-SNAPSHOT</version>
8888
</dependency>
8989
...
9090
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.gephi</groupId>
66
<artifactId>gephi-toolkit</artifactId>
7-
<version>0.9.6</version>
7+
<version>0.9.7</version>
88
<packaging>jar</packaging>
99

1010
<name>gephi-toolkit</name>

0 commit comments

Comments
 (0)