Skip to content

Commit

Permalink
fix version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupinte committed Jul 27, 2017
1 parent 65583ec commit c2c9d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c2c9d55

Please sign in to comment.