Skip to content

Commit 5ee48e2

Browse files
committed
Bump version to 1.6.3
1 parent 32e9df7 commit 5ee48e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
217217
```elixir
218218
def deps do
219219
[
220-
{:polymorphic_embed, "~> 1.6.2"}
220+
{:polymorphic_embed, "~> 1.6.3"}
221221
]
222222
end
223223
```

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 "1.6.2"
4+
@version "1.6.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)