Skip to content

Commit

Permalink
Rev version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
holetse committed Aug 9, 2017
1 parent 87efa78 commit 0ab657c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1.0"}]
{:bootleg, "~> 0.3"}]
end
```

Expand Down Expand Up @@ -344,8 +344,8 @@ for building phoenix releases.
# mix.exs
def deps do
[{:distillery, "~> 1.3"},
{:bootleg, "~> 0.2.0"},
{:bootleg_phoenix, "~> 0.1.0"}]
{:bootleg, "~> 0.3"},
{: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.2.0"
@version "0.3.0"
@source "https://github.com/labzero/bootleg"

def project do
Expand Down

0 comments on commit 0ab657c

Please sign in to comment.