From 106a0cf845e6a231efae8be82ac41f4de321c770 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Mon, 27 Mar 2017 22:25:23 +0300 Subject: [PATCH] bump to 1.1.1 --- mix.exs | 2 +- src/prometheus_httpd.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 83fc27a..0c6c962 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule PrometheusHTTPD.Mixfile do def project do [app: :prometheus_httpd, - version: "1.1.0", + version: "1.1.1", deps: deps(), description: description(), package: package()] diff --git a/src/prometheus_httpd.app.src b/src/prometheus_httpd.app.src index a159a99..236a265 100644 --- a/src/prometheus_httpd.app.src +++ b/src/prometheus_httpd.app.src @@ -1,6 +1,6 @@ {application, prometheus_httpd, [{description, "Prometheus.io inets httpd exporter"}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {registered, []}, {applications, [kernel,