Skip to content

Commit 18b7471

Browse files
committed
Set version to 0.10.1
1 parent b4fb1da commit 18b7471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.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

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.10.1-SNAPSHOT</version>
7+
<version>0.10.1</version>
88
<packaging>jar</packaging>
99

1010
<name>gephi-toolkit</name>

0 commit comments

Comments
 (0)