From e5f2033a6a76997a45caaa4c0566a8718a40bbdf Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Sat, 9 Sep 2017 20:05:50 +0300 Subject: [PATCH] Bump to v2.0.0.alpha-1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa12987..73c50b3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Please read how to [measure durations correctly with prometheus.ex](https://hexd ```elixir def deps do - [{:prometheus_ex, "~> 1.4"}] + [{:prometheus_ex, "~> 2.0"}] end ``` diff --git a/mix.exs b/mix.exs index 5f70f12..4e99166 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PrometheusEx.Mixfile do use Mix.Project - @version "1.4.1" + @version "2.0.0" def project do [app: :prometheus_ex,