Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Dec 15, 2021
1 parent 65cf3dc commit 4ab7192
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 @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4ab7192

Please sign in to comment.