Skip to content

Commit 17daa61

Browse files
Bump version to 1.14.3
1 parent fd1ad5f commit 17daa61

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
@@ -25,7 +25,7 @@ The package can be installed by adding `ecto_logbook` to your list of dependenci
2525
```elixir
2626
def deps do
2727
[
28-
{:ecto_logbook, git: "https://github.com/voismart/ecto_logbook.git", tag: "v1.14.2"}
28+
{:ecto_logbook, git: "https://github.com/voismart/ecto_logbook.git", tag: "v1.14.3"}
2929
]
3030
end
3131
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule EctoLogbook.MixProject do
22
use Mix.Project
3-
@version "1.14.2"
3+
@version "1.14.3"
44
@source_url "https://github.com/VoiSmart/ecto-logbook"
55

66
def project do

0 commit comments

Comments
 (0)