Skip to content

Commit 887dd1c

Browse files
committed
v0.3.3
1 parent 98817f0 commit 887dd1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The package can be installed by adding `ecto_enum_migration` to your list of dep
2525
```elixir
2626
def deps do
2727
[
28-
{:ecto_enum_migration, "~> 0.3.2"}
28+
{:ecto_enum_migration, "~> 0.3.3"}
2929
]
3030
end
3131
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule EctoEnumMigration.MixProject do
44
def project do
55
[
66
app: :ecto_enum_migration,
7-
version: "0.3.2",
7+
version: "0.3.3",
88
elixir: "~> 1.7",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)