Skip to content

Commit d4e4e37

Browse files
rjanjabrienw
authored andcommitted
Version 0.10.0 (#267)
1 parent 85fde8e commit d4e4e37

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Simple deployment and server automation for Elixir.
66

77
* [Documentation](https://hexdocs.pm/bootleg)
8-
* [Quick Start](https://hexdocs.pm/bootleg/about.html)
98
* [Phoenix support](https://hexdocs.pm/bootleg/phoenix.html)
109
* [Contributing](https://github.com/labzero/bootleg/blob/master/CONTRIBUTING.md)
1110

@@ -20,7 +19,7 @@ add additional support.
2019
```
2120
def deps do
2221
[{:distillery, "~> 2.0", runtime: false},
23-
{:bootleg, "~> 0.9", runtime: false}]
22+
{:bootleg, "~> 0.10", runtime: false}]
2423
end
2524
```
2625

docs/installing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add to your `mix.exs` dependencies:
77
```elixir
88
def deps do
99
[{:distillery, "~> 2.0", runtime: false},
10-
{:bootleg, "~> 0.8", runtime: false}]
10+
{:bootleg, "~> 0.10", runtime: false}]
1111
end
1212
```
1313

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.9.0"
4+
@version "0.10.0"
55
@source "https://github.com/labzero/bootleg"
66
@homepage "https://labzero.github.io/bootleg/"
77

0 commit comments

Comments
 (0)