Skip to content

Commit

Permalink
Version 0.10.0 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanja authored and brienw committed Oct 23, 2018
1 parent 85fde8e commit d4e4e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
Simple deployment and server automation for Elixir.

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

Expand All @@ -20,7 +19,7 @@ add additional support.
```
def deps do
[{:distillery, "~> 2.0", runtime: false},
{:bootleg, "~> 0.9", runtime: false}]
{:bootleg, "~> 0.10", runtime: false}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add to your `mix.exs` dependencies:
```elixir
def deps do
[{:distillery, "~> 2.0", runtime: false},
{:bootleg, "~> 0.8", runtime: false}]
{:bootleg, "~> 0.10", runtime: false}]
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.9.0"
@version "0.10.0"
@source "https://github.com/labzero/bootleg"
@homepage "https://labzero.github.io/bootleg/"

Expand Down

0 comments on commit d4e4e37

Please sign in to comment.