From 4e6ee576fe63c10c7ba10cc2ddbd9e73f4766bf0 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Thu, 16 Nov 2023 23:29:31 +0100 Subject: [PATCH] Bump to v3.1.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5e20b..7939101 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Please read how to [measure durations correctly with prometheus.ex](https://hexd ```elixir def deps do - [{:prometheus_ex, "~> 3.0"}] + [{:prometheus_ex, "~> 3.1"}] end ``` diff --git a/mix.exs b/mix.exs index d91c6c3..6c7e8d0 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PrometheusEx.Mixfile do use Mix.Project @source_url "https://github.com/deadtrickster/prometheus.ex" - @version "3.0.5" + @version "3.1.0" def project do [