Skip to content

Commit

Permalink
bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Mar 27, 2017
1 parent bdd0c79 commit 106a0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_httpd.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, prometheus_httpd,
[{description, "Prometheus.io inets httpd exporter"},
{vsn, "1.1.0"},
{vsn, "1.1.1"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 106a0cf

Please sign in to comment.