Skip to content

Commit

Permalink
release: prepare 0.4.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamorim authored Apr 28, 2022
1 parent e728681 commit ff299c7
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 @@ -59,7 +59,7 @@ end
Install it, add to your deps:

```elixir
{:typed_ecto_schema, "~> 0.4.0", runtime: false}
{:typed_ecto_schema, "~> 0.4.1", runtime: false}
```

And change your `use Ecto.Schema` for `use TypedEctoSchema` and change the calls to `schema` for
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 TypedEctoSchema.MixProject do
def project do
[
app: :typed_ecto_schema,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ff299c7

Please sign in to comment.