From 253f8ebbf3854e7dddf7e7b9adca32b80a140378 Mon Sep 17 00:00:00 2001 From: Zak Date: Wed, 5 Jun 2019 18:22:47 -0500 Subject: [PATCH] Bump version --- README.md | 2 +- project/Version.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }