diff --git a/README.md b/README.md index 0e4bde5..1ba695d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This integartion is configured via `:prometheus` app env key. ```elixir def deps do - [{:prometheus_phoenix, "~> 1.0.1"}] + [{:prometheus_phoenix, "~> 1.1.1"}] end ``` diff --git a/mix.exs b/mix.exs index 596f4b5..659a8a7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PrometheusPhoenix.Mixfile do use Mix.Project - @version "1.0.2" + @version "1.1.0" def project do [app: :prometheus_phoenix,