From f8242226228e265c9ebd0283c89e897e94a0fbb6 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Sat, 25 Mar 2017 17:18:14 +0200 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c2bb36..e459b59 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ So it includes: Install this package globally: ``` - mix archive.install https://github.com/Nebo15/renew/releases/download/0.14.0/renew.ez + mix archive.install https://github.com/Nebo15/renew/releases/download/0.15.0/renew.ez ``` ## Usage diff --git a/mix.exs b/mix.exs index 1f937a0..46f5a97 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Renew.Mixfile do use Mix.Project - @version "0.14.0" + @version "0.15.0" def project do [app: :renew,