We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87efa78 commit 0ab657cCopy full SHA for 0ab657c
README.md
@@ -15,7 +15,7 @@ add additional support.
15
```elixir
16
def deps do
17
[{:distillery, "~> 1.3",
18
- {:bootleg, "~> 0.1.0"}]
+ {:bootleg, "~> 0.3"}]
19
end
20
```
21
@@ -344,8 +344,8 @@ for building phoenix releases.
344
# mix.exs
345
346
[{:distillery, "~> 1.3"},
347
- {:bootleg, "~> 0.2.0"},
348
- {:bootleg_phoenix, "~> 0.1.0"}]
+ {:bootleg, "~> 0.3"},
+ {:bootleg_phoenix, "~> 0.1"}]
349
350
351
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Bootleg.Mixfile do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.3.0"
5
@source "https://github.com/labzero/bootleg"
6
7
def project do
0 commit comments