File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ add additional support.
1515``` elixir
1616def deps do
1717 [{:distillery , " ~> 1.3" ,
18- {:bootleg , " ~> 0.3 " }]
18+ {:bootleg , " ~> 0.4 " }]
1919end
2020```
2121
@@ -399,7 +399,7 @@ for building phoenix releases.
399399# mix.exs
400400def deps do
401401 [{:distillery , " ~> 1.3" },
402- {:bootleg , " ~> 0.3 " },
402+ {:bootleg , " ~> 0.4 " },
403403 {:bootleg_phoenix , " ~> 0.1" }]
404404end
405405```
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ defmodule Mix.Tasks.Bootleg.Init do
4242 # # mix.exs
4343 # def deps do
4444 # [{:distillery, "~> 1.3"},
45- # {:bootleg, "~> 0.3 "},
45+ # {:bootleg, "~> 0.4 "},
4646 # {:bootleg_phoenix, "~> 0.1"}]
4747 # end
4848 # ```
Original file line number Diff line number Diff line change 11defmodule Bootleg.Mixfile do
22 use Mix.Project
33
4- @ version "0.3 .0"
4+ @ version "0.4 .0"
55 @ source "https://github.com/labzero/bootleg"
66
77 def project do
You can’t perform that action at this time.
0 commit comments