Skip to content

Commit

Permalink
Rev version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
holetse committed Sep 6, 2017
1 parent 7dcd2b0 commit f7b4d6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add additional support.
```elixir
def deps do
[{:distillery, "~> 1.3",
{:bootleg, "~> 0.4"}]
{:bootleg, "~> 0.5"}]
end
```

Expand Down Expand Up @@ -405,7 +405,7 @@ for building phoenix releases.
# mix.exs
def deps do
[{:distillery, "~> 1.3"},
{:bootleg, "~> 0.4"},
{:bootleg, "~> 0.5"},
{:bootleg_phoenix, "~> 0.1"}]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/init.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Mix.Tasks.Bootleg.Init do
# # mix.exs
# def deps do
# [{:distillery, "~> 1.3"},
# {:bootleg, "~> 0.4"},
# {:bootleg, "~> 0.5"},
# {:bootleg_phoenix, "~> 0.1"}]
# end
# ```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bootleg.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.5.0"
@source "https://github.com/labzero/bootleg"

def project do
Expand Down

0 comments on commit f7b4d6b

Please sign in to comment.