Skip to content

Commit

Permalink
bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Oct 21, 2016
1 parent 2509932 commit 96ef443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PrometheusProcessCollector.Mixfile do

def project do
[app: :prometheus_process_collector,
version: "1.0.0",
version: "1.0.2",
description: description,
package: package,
deps: deps]
Expand All @@ -28,7 +28,7 @@ defmodule PrometheusProcessCollector.Mixfile do
end

defp deps do
[{:prometheus, "~> 3.0.0"}
[{:prometheus, "~> 3.1"}
]
end
end
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{deps, [{prometheus, "3.0.0"}]}.
{deps, [{prometheus, "3.1.0"}]}.

{pre_hooks,
[{"linux", compile, "make -C c_src"}]}.
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_process_collector.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[{description, "Prometheus.io process collector
Collector exports the current state of process metrics including cpu, memory,
file descriptor usage and native threads count as well as the process start and up times."},
{vsn, "1.0.0"},
{vsn, "1.0.2"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 96ef443

Please sign in to comment.