Skip to content

Commit 9daeaf0

Browse files
Bump version to 1.14.2
1 parent 2f64274 commit 9daeaf0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: "git@github.com:voismart/ecto_logbook.git", tag: "v1.14.1"}
28+
{:ecto_logbook, git: "https://github.com/voismart/ecto_logbook.git", tag: "v1.14.2"}
2929
]
3030
end
3131
```

mix.exs

Lines changed: 2 additions & 3 deletions
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.1"
3+
@version "1.14.2"
44
@source_url "https://github.com/VoiSmart/ecto-logbook"
55

66
def project do
@@ -17,8 +17,7 @@ defmodule EctoLogbook.MixProject do
1717
main: "readme",
1818
extras: ["README.md": [title: "README"]],
1919
source_url: @source_url,
20-
source_ref: "v#{@version}",
21-
assets: %{"assets" => "assets"}
20+
source_ref: "v#{@version}"
2221
]
2322
]
2423
end

0 commit comments

Comments
 (0)