Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Aug 13, 2017
1 parent 3f5553b commit 96142ac
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 @@ -35,7 +35,7 @@ This integartion is configured via <InstrumenterName> `:prometheus` app env key.

```elixir
def deps do
[{:prometheus_phoenix, "~> 1.1.1"}]
[{:prometheus_phoenix, "~> 1.2.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PrometheusPhoenix.Mixfile do
use Mix.Project

@version "1.1.0"
@version "1.2.0"

def project do
[app: :prometheus_phoenix,
Expand Down

0 comments on commit 96142ac

Please sign in to comment.