From 2b5cd619f96e529bd1f213a4d19829131e585cb6 Mon Sep 17 00:00:00 2001 From: Chris Keathley Date: Fri, 30 Aug 2019 15:22:27 -0600 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d0fb16..3634f37 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ as a dependency. def deps do [ {:stream_data, "~> 0.4"}, - {:norm, "~> 0.5"} + {:norm, "~> 0.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 0cdeea6..210546b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Norm.MixProject do use Mix.Project - @version "0.5.0" + @version "0.6.0" def project do [