Browse Source

Bump version

master
Zak 5 years ago
parent
commit
253f8ebbf3
  1. 2
      README.md
  2. 2
      project/Version.scala

2
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: 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]

2
project/Version.scala

@ -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"
} }
Loading…
Cancel
Save