diff --git a/README.md b/README.md index 2b10fa8..051e80c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This integartion is configured via `:prometheus` app env key. ```elixir def deps do - [{:prometheus_phoenix, "~> 1.0.0-rc1"}] + [{:prometheus_phoenix, "~> 1.0.0"}] end ``` diff --git a/mix.exs b/mix.exs index 4c8658f..a1a6c77 100644 --- a/mix.exs +++ b/mix.exs @@ -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, @@ -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}] diff --git a/mix.lock b/mix.lock index 9080889..844278b 100644 --- a/mix.lock +++ b/mix.lock @@ -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]}]}}