Skip to content

Commit 36b3ee5

Browse files
committed
Rev version to 0.4.0.
1 parent 3aa7108 commit 36b3ee5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.3"}]
18+
{:bootleg, "~> 0.4"}]
1919
end
2020
```
2121

@@ -399,7 +399,7 @@ for building phoenix releases.
399399
# mix.exs
400400
def deps do
401401
[{:distillery, "~> 1.3"},
402-
{:bootleg, "~> 0.3"},
402+
{:bootleg, "~> 0.4"},
403403
{:bootleg_phoenix, "~> 0.1"}]
404404
end
405405
```

lib/mix/tasks/init.ex

Lines changed: 1 addition & 1 deletion
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.3"},
45+
# {:bootleg, "~> 0.4"},
4646
# {:bootleg_phoenix, "~> 0.1"}]
4747
# end
4848
# ```

mix.exs

Lines changed: 1 addition & 1 deletion
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.3.0"
4+
@version "0.4.0"
55
@source "https://github.com/labzero/bootleg"
66

77
def project do

0 commit comments

Comments
 (0)