Skip to content

Commit

Permalink
Bump to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Feb 20, 2019
1 parent e8d8ac1 commit 4fb3d39
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 @@ -4,7 +4,7 @@ defmodule PrometheusProcessCollector.Mixfile do
def project do
[
app: :prometheus_process_collector,
version: "1.4.0",
version: "1.4.1",
compilers: [:elixir_make] ++ Mix.compilers(),
# make_cwd: "c_src",
description: description(),
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.4.0"},
{vsn, "1.4.1"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 4fb3d39

Please sign in to comment.