File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The package can be installed by adding `ecto_logbook` to your list of dependenci
2525``` elixir
2626def 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 ]
3030end
3131```
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments