From 72695efaaa06024b81daf13fb6eeaee3f0939da8 Mon Sep 17 00:00:00 2001 From: Marco Milanesi Date: Sun, 8 Apr 2018 12:11:00 +0200 Subject: [PATCH] Bump minor version PNG renderer in progress --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 502833e..de2f62d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ by adding `forecastr` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:forecastr, "~> 0.1.1"} + {:forecastr, "~> 0.1.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 97504e7..c6699f9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Forecastr.MixProject do def project do [ app: :forecastr, - version: "0.1.1", + version: "0.1.2", elixir: "~> 1.6", description: description(), package: package(),