Skip to content

Commit f7b4d6b

Browse files
committed
Rev version to 0.5.0.
1 parent 7dcd2b0 commit f7b4d6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add additional support.
1515
```elixir
1616
def deps do
1717
[{:distillery, "~> 1.3",
18-
{:bootleg, "~> 0.4"}]
18+
{:bootleg, "~> 0.5"}]
1919
end
2020
```
2121

@@ -405,7 +405,7 @@ for building phoenix releases.
405405
# mix.exs
406406
def deps do
407407
[{:distillery, "~> 1.3"},
408-
{:bootleg, "~> 0.4"},
408+
{:bootleg, "~> 0.5"},
409409
{:bootleg_phoenix, "~> 0.1"}]
410410
end
411411
```

lib/mix/tasks/init.ex

+1-1
Original file line numberDiff line numberDiff 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.4"},
45+
# {:bootleg, "~> 0.5"},
4646
# {:bootleg_phoenix, "~> 0.1"}]
4747
# end
4848
# ```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bootleg.Mixfile do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.5.0"
55
@source "https://github.com/labzero/bootleg"
66

77
def project do

0 commit comments

Comments
 (0)