From f59a3b76afbc4ee62e55e3cd5be864973925eaa9 Mon Sep 17 00:00:00 2001 From: Chris Ertel Date: Wed, 28 Jan 2015 22:03:13 -0600 Subject: [PATCH] Bump to version 1.0.0! --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 822737b..3d8d4b1 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Graphmath.Mixfile do def project do [app: :graphmath, - version: "0.9.0", + version: "1.0.0", elixir: "~> 1.0", description: description, package: package,