Skip to content

Commit

Permalink
update prometheus_ex and bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 27, 2016
1 parent 3dcf00f commit 79bed34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Ecto integration for [Prometheus.ex](https://github.com/deadtrickster/prometheus

```elixir
def deps do
[{:prometheus_ecto, "~> 1.0.0-rc1"}]
[{:prometheus_ecto, "~> 1.0.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PrometheusEcto.Mixfile do
use Mix.Project

@version "1.0.0-rc1"
@version "1.0.0"

def project do
[app: :prometheus_ecto,
Expand Down Expand Up @@ -39,7 +39,7 @@ defmodule PrometheusEcto.Mixfile do
end

defp deps do
[{:prometheus_ex, "~> 1.0.0-rc1"},
[{:prometheus_ex, "~> 1.0.0"},
{:ecto, "~> 2.0"},
{:mariaex, ">= 0.0.0", only: :test},
{:ex_doc, "~> 0.11", only: :dev},
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"mariaex": {:hex, :mariaex, "0.7.7", "620a636ec2276c3fa031ac528039fc9d2bf7992e050e37a56b3c796511e94d6d", [:mix], [{:db_connection, "~> 1.0.0-rc", [hex: :db_connection, optional: false]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]},
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []},
"prometheus": {:hex, :prometheus, "3.0.0-rc1", "f1563d344740b6c8a2948e2d7b558dd5cfc8619eb8db05956022d6066fb2cef2", [:rebar3], []},
"prometheus_ex": {:hex, :prometheus_ex, "1.0.0-rc1", "da4860de82603ca8f32969ca6c578462bc31e00dd292288d6198a6cf8f3a3a4a", [:mix], [{:prometheus, "~> 3.0.0-rc1", [hex: :prometheus, optional: false]}]}}
"prometheus": {:hex, :prometheus, "3.0.0", "f868b68e9532e4bed456216e06b6c0f8527dfeca103544e7faabd33282b040ea", [:rebar3], []},
"prometheus_ex": {:hex, :prometheus_ex, "1.0.0", "031e4f7e7db1623facc2c6b7f9e7cd4e50ff825afa15831889db32ed7c986fd9", [:mix], [{:prometheus, "~> 3.0", [hex: :prometheus, optional: false]}]}}

0 comments on commit 79bed34

Please sign in to comment.