Bump version

This commit is contained in:
Zak 2019-06-05 18:22:47 -05:00
parent b1ab9366d0
commit 253f8ebbf3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Most of this code is adapted from [http4s](http://http4s.org)'s route parsing an
Add to library dependencies: Add to library dependencies:
``` ```
"com.clovellytech" %%% "outwatch-router" % "0.0.6" "com.clovellytech" %%% "outwatch-router" % "0.0.7"
``` ```
See [documentation][doc-root] See [documentation][doc-root]

View File

@ -1,4 +1,4 @@
object Version{ object Version{
val version = "0.0.6" val version = "0.0.7"
val scalaVersion = "2.12.8" val scalaVersion = "2.12.8"
} }