Skip to content

Commit

Permalink
Set version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Mar 8, 2023
1 parent b4fb1da commit 18b7471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.10.0</version>
<version>0.10.1</version>
</dependency>
```

#### From a Gradle project

```
compile 'org.gephi:gephi-toolkit:0.10.0'
compile 'org.gephi:gephi-toolkit:0.10.1'
```

#### 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.10.0" classifier "all"
libraryDependencies += "org.gephi" % "gephi-toolkit" % "0.10.1" classifier "all"
```

## Latest releases
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.gephi</groupId>
<artifactId>gephi-toolkit</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>

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

0 comments on commit 18b7471

Please sign in to comment.