Skip to content

Commit 0ab657c

Browse files
committed
Rev version to 0.3.0.
1 parent 87efa78 commit 0ab657c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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.1.0"}]
18+
{:bootleg, "~> 0.3"}]
1919
end
2020
```
2121

@@ -344,8 +344,8 @@ for building phoenix releases.
344344
# mix.exs
345345
def deps do
346346
[{:distillery, "~> 1.3"},
347-
{:bootleg, "~> 0.2.0"},
348-
{:bootleg_phoenix, "~> 0.1.0"}]
347+
{:bootleg, "~> 0.3"},
348+
{:bootleg_phoenix, "~> 0.1"}]
349349
end
350350
```
351351

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.2.0"
4+
@version "0.3.0"
55
@source "https://github.com/labzero/bootleg"
66

77
def project do

0 commit comments

Comments
 (0)