Skip to content

Commit

Permalink
Bump version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed May 25, 2024
1 parent ad450b6 commit 8dcf760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In your migration file, you may use the type `:map` for both `polymorphic_embeds
add(:channel, :map)
```

[It is not recommended](https://hexdocs.pm/ecto/3.8.4/Ecto.Schema.html#embeds_many/3) to use `{:array, :map}` for a list of embeds.
[It is not recommended](https://hexdocs.pm/ecto/3.11.2/Ecto.Schema.html#embeds_many/3) to use `{:array, :map}` for a list of embeds.

### `cast_polymorphic_embed/3`

Expand Down Expand Up @@ -272,7 +272,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:polymorphic_embed, "~> 3.0.6"}
{:polymorphic_embed, "~> 3.0.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PolymorphicEmbed.MixProject do
use Mix.Project

@version "3.0.6"
@version "3.0.7"

def project do
[
Expand Down

0 comments on commit 8dcf760

Please sign in to comment.