Skip to content

Commit 4e6ee57

Browse files
committed
Bump to v3.1.0
1 parent 4c165f0 commit 4e6ee57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Please read how to [measure durations correctly with prometheus.ex](https://hexd
7979

8080
```elixir
8181
def deps do
82-
[{:prometheus_ex, "~> 3.0"}]
82+
[{:prometheus_ex, "~> 3.1"}]
8383
end
8484
```
8585

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PrometheusEx.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/deadtrickster/prometheus.ex"
5-
@version "3.0.5"
5+
@version "3.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)