diff --git a/README.md b/README.md index db06e2d..9b3fd5f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Most of this code is adapted from [http4s](http://http4s.org)'s route parsing an Add to library dependencies: ``` - "com.clovellytech" %%% "outwatch-router" % "0.0.6" + "com.clovellytech" %%% "outwatch-router" % "0.0.7" ``` See [documentation][doc-root] diff --git a/project/Version.scala b/project/Version.scala index 8c8eaba..ba8dddc 100644 --- a/project/Version.scala +++ b/project/Version.scala @@ -1,4 +1,4 @@ object Version{ - val version = "0.0.6" + val version = "0.0.7" val scalaVersion = "2.12.8" }