Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bamorim committed Aug 2, 2021
1 parent c0cb48a commit a08c9da
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.2.0"}
{:typed_ecto_schema, "~> 0.3.0"}
```

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.2.0",
version: "0.3.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit a08c9da

Please sign in to comment.