We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.14.3
1 parent fd1ad5f commit 17daa61Copy full SHA for 17daa61
README.md
@@ -25,7 +25,7 @@ The package can be installed by adding `ecto_logbook` to your list of dependenci
25
```elixir
26
def deps do
27
[
28
- {:ecto_logbook, git: "https://github.com/voismart/ecto_logbook.git", tag: "v1.14.2"}
+ {:ecto_logbook, git: "https://github.com/voismart/ecto_logbook.git", tag: "v1.14.3"}
29
]
30
end
31
```
mix.exs
@@ -1,6 +1,6 @@
1
defmodule EctoLogbook.MixProject do
2
use Mix.Project
3
- @version "1.14.2"
+ @version "1.14.3"
4
@source_url "https://github.com/VoiSmart/ecto-logbook"
5
6
def project do
0 commit comments