Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Nov 16, 2023
1 parent 4c165f0 commit 4e6ee57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 4e6ee57

Please sign in to comment.