Skip to content

Commit 8dcf760

Browse files
committed
Bump version to 3.0.7
1 parent ad450b6 commit 8dcf760

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In your migration file, you may use the type `:map` for both `polymorphic_embeds
9494
add(:channel, :map)
9595
```
9696

97-
[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.
97+
[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.
9898

9999
### `cast_polymorphic_embed/3`
100100

@@ -272,7 +272,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
272272
```elixir
273273
def deps do
274274
[
275-
{:polymorphic_embed, "~> 3.0.6"}
275+
{:polymorphic_embed, "~> 3.0.7"}
276276
]
277277
end
278278
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PolymorphicEmbed.MixProject do
22
use Mix.Project
33

4-
@version "3.0.6"
4+
@version "3.0.7"
55

66
def project do
77
[

0 commit comments

Comments
 (0)