aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <Justmichael@mail.ru>2015-09-27 09:03:38 +0500
committerMichael <Justmichael@mail.ru>2015-09-27 09:03:38 +0500
commitbf91eadbcaf8a31b79ebe618e5d4a599d4af5f37 (patch)
tree2e34f067bdfb8fffc2e135701d963c8fe5dd83e4
parent9e1971669687b88bb8398ab0acca6504b5fc51ec (diff)
downloadrecaptcha-bf91eadbcaf8a31b79ebe618e5d4a599d4af5f37.tar.gz
recaptcha-bf91eadbcaf8a31b79ebe618e5d4a599d4af5f37.tar.xz
Update mix.exs
-rw-r--r--mix.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 9e9b640..b7a0ae2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,8 +3,8 @@ defmodule Recaptcha.Mixfile do
def project do
[app: :recaptcha,
- version: "1.0.1",
- elixir: "~> 1.0.0",
+ version: "1.0.2",
+ elixir: "~> 1.0",
description: description,
deps: deps,
package: package]
@@ -30,7 +30,7 @@ defmodule Recaptcha.Mixfile do
defp package do
[files: ["lib", "mix.exs", "README.md", "LICENSE"],
- contributors: ["Alekseev Mikhail"],
+ maintainers: ["Alekseev Mikhail"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/JustMikey/recaptcha"}]
end