diff --git a/README.md b/README.md index 229b7be..cfa9d87 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/installing.md b/docs/installing.md index 642e516..320dd14 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index d9c0d91..c3aacc6 100644 --- a/mix.exs +++ b/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/"