From fc21fafc3303fade03b9878f95654581d4cf5768 Mon Sep 17 00:00:00 2001 From: Klaus Alfert Date: Sat, 12 Aug 2017 19:16:43 +0200 Subject: [PATCH] bump version to 0.0.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2e1abab1..e16dd1f4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Propcheck.Mixfile do def project do [app: :propcheck, - version: "0.0.2-dev", + version: "0.0.2", elixir: "~> 1.3", elixirc_paths: elixirc_paths(Mix.env), build_embedded: Mix.env == :prod,