From 0ab657c9268421aafd51fae3861fd89a4e6009fe Mon Sep 17 00:00:00 2001 From: Edward Holets Date: Tue, 8 Aug 2017 16:25:44 -0700 Subject: [PATCH] Rev version to 0.3.0. --- README.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc16626..13a0bc3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ add additional support. ```elixir def deps do [{:distillery, "~> 1.3", - {:bootleg, "~> 0.1.0"}] + {:bootleg, "~> 0.3"}] end ``` @@ -344,8 +344,8 @@ for building phoenix releases. # mix.exs def deps do [{:distillery, "~> 1.3"}, - {:bootleg, "~> 0.2.0"}, - {:bootleg_phoenix, "~> 0.1.0"}] + {:bootleg, "~> 0.3"}, + {:bootleg_phoenix, "~> 0.1"}] end ``` diff --git a/mix.exs b/mix.exs index 0a35147..ce99a0c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Bootleg.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.3.0" @source "https://github.com/labzero/bootleg" def project do