From c2c9d55d5c567c4f86f7399c8ba5aa3f6b4fc4d0 Mon Sep 17 00:00:00 2001 From: Matthieu Pinte Date: Thu, 27 Jul 2017 14:00:05 +0200 Subject: [PATCH] fix version to 1.0.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2706f4..434a971 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ by adding `ecto_atom` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:ecto_atom, "~> 0.1.0"}] + [{:ecto_atom, "~> 1.0.0"}] end ``` diff --git a/mix.exs b/mix.exs index 4bf1bf9..dd020c4 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ecto.Atom.Mixfile do def project do [app: :ecto_atom, - version: "0.1.0", + version: "1.0.0", elixir: "~> 1.4", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,