Skip to content

Commit

Permalink
update prometheus_ex and bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 27, 2016
1 parent 9869a99 commit bfa20cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This integartion is configured via <InstrumenterName> `:prometheus` app env key.

```elixir
def deps do
[{:prometheus_phoenix, "~> 1.0.0-rc1"}]
[{:prometheus_phoenix, "~> 1.0.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PrometheusPhoenix.Mixfile do
use Mix.Project

@version "1.0.0-rc1"
@version "1.0.0"

def project do
[app: :prometheus_phoenix,
Expand Down Expand Up @@ -39,7 +39,7 @@ defmodule PrometheusPhoenix.Mixfile do
end

defp deps do
[{:prometheus_ex, "~> 1.0.0-rc1"},
[{:prometheus_ex, "~> 1.0.0"},
{:phoenix, "~> 1.2"},
{:ex_doc, "~> 0.11", only: :dev},
{:earmark, ">= 0.0.0", only: :dev}]
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"phoenix_pubsub": {:hex, :phoenix_pubsub, "1.0.0", "c31af4be22afeeebfaf246592778c8c840e5a1ddc7ca87610c41ccfb160c2c57", [:mix], []},
"plug": {:hex, :plug, "1.2.0", "496bef96634a49d7803ab2671482f0c5ce9ce0b7b9bc25bc0ae8e09859dd2004", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []},
"prometheus": {:hex, :prometheus, "3.0.0-rc1", "f1563d344740b6c8a2948e2d7b558dd5cfc8619eb8db05956022d6066fb2cef2", [:rebar3], []},
"prometheus_ex": {:hex, :prometheus_ex, "1.0.0-rc1", "da4860de82603ca8f32969ca6c578462bc31e00dd292288d6198a6cf8f3a3a4a", [:mix], [{:prometheus, "~> 3.0.0-rc1", [hex: :prometheus, optional: false]}]}}
"prometheus": {:hex, :prometheus, "3.0.0", "f868b68e9532e4bed456216e06b6c0f8527dfeca103544e7faabd33282b040ea", [:rebar3], []},
"prometheus_ex": {:hex, :prometheus_ex, "1.0.0", "031e4f7e7db1623facc2c6b7f9e7cd4e50ff825afa15831889db32ed7c986fd9", [:mix], [{:prometheus, "~> 3.0", [hex: :prometheus, optional: false]}]}}

0 comments on commit bfa20cb

Please sign in to comment.