Skip to content

Commit

Permalink
Update version to 0.11.0 (#295)
Browse files Browse the repository at this point in the history
* Update version

* Update version in docs
  • Loading branch information
Rob Adams authored and brienw committed May 22, 2019
1 parent 5bb5951 commit f90411f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add additional support.
```
def deps do
[{:distillery, "~> 2.0", runtime: false},
{:bootleg, "~> 0.10", runtime: false}]
{:bootleg, "~> 0.11", 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.10", runtime: false}]
{:bootleg, "~> 0.11", 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.10.0"
@version "0.11.0"
@source "https://github.com/labzero/bootleg"
@homepage "https://labzero.github.io/bootleg/"

Expand Down

0 comments on commit f90411f

Please sign in to comment.