File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.10.0 </version >
23+ <version >0.10.1 </version >
2424</dependency >
2525```
2626
2727#### From a Gradle project
2828
2929```
30- compile 'org.gephi:gephi-toolkit:0.10.0 '
30+ compile 'org.gephi:gephi-toolkit:0.10.1 '
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.10.0 " classifier "all"
40+ libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.10.1 " classifier "all"
4141```
4242
4343## Latest releases
Original file line number Diff line number Diff line change 44
55 <groupId >org.gephi</groupId >
66 <artifactId >gephi-toolkit</artifactId >
7- <version >0.10.1-SNAPSHOT </version >
7+ <version >0.10.1</version >
88 <packaging >jar</packaging >
99
1010 <name >gephi-toolkit</name >
You can’t perform that action at this time.
0 commit comments