Skip to content

Commit 80c5296

Browse files
author
Rob Adams
authored
Update version to 0.12.0 (#311)
1 parent 3cd70fb commit 80c5296

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Add [Distillery](https://github.com/bitwalker/distillery) and Bootleg as depende
1616

1717
```
1818
def deps do
19-
[{:distillery, "~> 2.1", runtime: false},
20-
{:bootleg, "~> 0.11", runtime: false}]
19+
[{:distillery, "~> 2.1.0", runtime: false},
20+
{:bootleg, "~> 0.12.0", runtime: false}]
2121
end
2222
```
2323

docs/installing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Add to your `mix.exs` dependencies:
66

77
```elixir
88
def deps do
9-
[{:distillery, "~> 2.1", runtime: false},
10-
{:bootleg, "~> 0.11", runtime: false}]
9+
[{:distillery, "~> 2.1.0", runtime: false},
10+
{:bootleg, "~> 0.12.0", 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.11.0"
4+
@version "0.12.0"
55
@source "https://github.com/labzero/bootleg"
66
@homepage "https://labzero.github.io/bootleg/"
77

0 commit comments

Comments
 (0)