diff --git a/README.md b/README.md index d0fc651..e4f0cc6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The package can be installed by adding `ecto_enum_migration` to your list of dep ```elixir def deps do [ - {:ecto_enum_migration, "~> 0.3.3"} + {:ecto_enum_migration, "~> 0.3.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 50d7eec..9b8f354 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule EctoEnumMigration.MixProject do def project do [ app: :ecto_enum_migration, - version: "0.3.3", + version: "0.3.4", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(),