diff --git a/README.md b/README.md index 95815e64..95aaed29 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Read the README.txt for information on how to build and run the example applicat graphchi-java is hosted in the maven central repository, so you can include it as a managed dependency in your maven or sbt builds. For sbt, include the following line in your `build.sbt`: -`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.1"` +`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.2"` For maven, include the following in ``: @@ -28,7 +28,7 @@ For maven, include the following in ``: org.graphchi graphchi-java_2.11 - 0.2.1 + 0.2.2 ``` diff --git a/pom.xml b/pom.xml index f8b92643..52d0b868 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.graphchi graphchi-java - 0.2.1 + 0.2.2