Skip to content

Commit

Permalink
bump to 0.2.1 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jan 16, 2019
1 parent ec7026c commit 8d15e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The `snowball` package is implemented in java, and so it can be used in both jav
resolvers += "manyangled" at "https://dl.bintray.com/manyangled/maven/"

libraryDependencies ++= Seq(
"com.manyangled" % "snowball" % "0.2.0",
"com.manyangled" % "gibbous" % "0.2.0",
"com.manyangled" % "snowball" % "0.2.1",
"com.manyangled" % "gibbous" % "0.2.1",
"org.apache.commons" % "commons-math3" % "3.6.1")
```

Expand Down

0 comments on commit 8d15e0e

Please sign in to comment.