Commit f7b4d6b 1 parent 7dcd2b0 commit f7b4d6b Copy full SHA for f7b4d6b
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ add additional support.
15
15
``` elixir
16
16
def deps do
17
17
[{:distillery , " ~> 1.3" ,
18
- {:bootleg , " ~> 0.4 " }]
18
+ {:bootleg , " ~> 0.5 " }]
19
19
end
20
20
```
21
21
@@ -405,7 +405,7 @@ for building phoenix releases.
405
405
# mix.exs
406
406
def deps do
407
407
[{:distillery , " ~> 1.3" },
408
- {:bootleg , " ~> 0.4 " },
408
+ {:bootleg , " ~> 0.5 " },
409
409
{:bootleg_phoenix , " ~> 0.1" }]
410
410
end
411
411
```
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ defmodule Mix.Tasks.Bootleg.Init do
42
42
# # mix.exs
43
43
# def deps do
44
44
# [{:distillery, "~> 1.3"},
45
- # {:bootleg, "~> 0.4 "},
45
+ # {:bootleg, "~> 0.5 "},
46
46
# {:bootleg_phoenix, "~> 0.1"}]
47
47
# end
48
48
# ```
Original file line number Diff line number Diff line change 1
1
defmodule Bootleg.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.4 .0"
4
+ @ version "0.5 .0"
5
5
@ source "https://github.com/labzero/bootleg"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments