From 79bed347963519a4932b40260da046b1ccbc23b1 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Tue, 27 Sep 2016 14:28:50 +0300 Subject: [PATCH] update prometheus_ex and bump to 1.0.0 --- README.md | 2 +- mix.exs | 4 ++-- mix.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07b7c55..c0ca561 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 6bc3d63..97fe3da 100644 --- a/mix.exs +++ b/mix.exs @@ -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, @@ -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}, diff --git a/mix.lock b/mix.lock index 6b052e2..e5f06e2 100644 --- a/mix.lock +++ b/mix.lock @@ -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]}]}} \ No newline at end of file + "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]}]}}