Skip to content

Commit 4c662fe

Browse files
committed
Bump to v2.0.1
1 parent e988a29 commit 4c662fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2017 Ilya Khaprov <<[email protected]>>.
66

7-
__Version:__ 2.0.0
7+
__Version:__ 2.0.1
88

99
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus_httpd.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus_httpd)
1010
[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus_httpd.svg?maxAge=2592000)](https://hex.pm/packages/prometheus_httpd)

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2017 Ilya Khaprov <<[email protected]>>.
66

7-
__Version:__ 2.0.0
7+
__Version:__ 2.0.1
88

99
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus_httpd.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus_httpd)
1010
[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus_httpd.svg?maxAge=2592000)](https://hex.pm/packages/prometheus_httpd)

doc/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@copyright 2017 Ilya Khaprov <<[email protected]>>.
22
@title Prometheus.io inets httpd exporter
3-
@version 2.0.0
3+
@version 2.0.1
44

55
@doc
66

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule PrometheusHTTPD.Mixfile do
33

44
def project do
55
[app: :prometheus_httpd,
6-
version: "2.0.0",
6+
version: "2.0.1",
77
deps: deps(),
88
description: description(),
99
package: package()]

src/prometheus_httpd.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, prometheus_httpd,
22
[{description, "Prometheus.io inets httpd exporter"},
3-
{vsn, "2.0.0"},
3+
{vsn, "2.0.1"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)