From 95bbc95a1882ff02375fb75e2e303608b2b0c84a Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Fri, 1 Jul 2016 10:30:15 +0300 Subject: [PATCH] bump to 1.0.1 --- mix.exs | 2 +- src/prometheus.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 258ae99c..4aa2be71 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do def project do [app: :prometheus, - version: "1.0.0", + version: "1.0.1", description: description, package: package] end diff --git a/src/prometheus.app.src b/src/prometheus.app.src index db15ae06..31924655 100644 --- a/src/prometheus.app.src +++ b/src/prometheus.app.src @@ -1,6 +1,6 @@ {application, prometheus, [{description, "Prometheus.io client in Erlang"}, - {vsn, "1.0.0"}, + {vsn, "1.0.1"}, {registered, []}, {mod, { prometheus, []}}, {applications,