Skip to content

Commit e5136d5

Browse files
committed
Merge pull request GraphChi#8 from matt-gardner/master
Updating some version numbers I missed
2 parents 254149e + 07358a4 commit e5136d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Read the README.txt for information on how to build and run the example applicat
2020

2121
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`:
2222

23-
`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.1"`
23+
`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.2"`
2424

2525
For maven, include the following in `<dependencies>`:
2626

2727
```
2828
<dependency>
2929
<groupId>org.graphchi</groupId>
3030
<artifactId>graphchi-java_2.11</artifactId>
31-
<version>0.2.1</version>
31+
<version>0.2.2</version>
3232
</dependency>
3333
```
3434

pom.xml

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

77
<groupId>org.graphchi</groupId>
88
<artifactId>graphchi-java</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.2.2</version>
1010

1111
<properties>
1212
<!-- github server corresponds to entry in ~/.m2/settings.xml -->

0 commit comments

Comments
 (0)