aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <Justmichael@mail.ru>2015-08-29 12:47:36 +0500
committerMichael <Justmichael@mail.ru>2015-08-29 12:47:36 +0500
commitfc94f0319713eb306e1c47100edbfa78f27ea0a7 (patch)
treef8ada2aa89a94059cff55bdd23c95baa748d87e6
parent6b7c3b2e76c3986f536d4126557acab6b3a93895 (diff)
downloadrecaptcha-fc94f0319713eb306e1c47100edbfa78f27ea0a7.tar.gz
recaptcha-fc94f0319713eb306e1c47100edbfa78f27ea0a7.tar.xz
Update mix.exs
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 780ed45..2a4579a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Recaptcha.Mixfile do
def project do
[app: :recaptcha,
- version: "0.0.1",
+ version: "1.0.0",
elixir: "~> 1.0.0",
description: description,
deps: deps,