Skip to content

Commit

Permalink
Update version to 0.12.0 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Adams committed Aug 16, 2019
1 parent 3cd70fb commit 80c5296
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,8 @@ Add [Distillery](https://github.com/bitwalker/distillery) and Bootleg as depende

```
def deps do
[{:distillery, "~> 2.1", runtime: false},
{:bootleg, "~> 0.11", runtime: false}]
[{:distillery, "~> 2.1.0", runtime: false},
{:bootleg, "~> 0.12.0", runtime: false}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions docs/installing.md
Expand Up @@ -6,8 +6,8 @@ Add to your `mix.exs` dependencies:

```elixir
def deps do
[{:distillery, "~> 2.1", runtime: false},
{:bootleg, "~> 0.11", runtime: false}]
[{:distillery, "~> 2.1.0", runtime: false},
{:bootleg, "~> 0.12.0", runtime: false}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Bootleg.Mixfile do
use Mix.Project

@version "0.11.0"
@version "0.12.0"
@source "https://github.com/labzero/bootleg"
@homepage "https://labzero.github.io/bootleg/"

Expand Down

0 comments on commit 80c5296

Please sign in to comment.