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,