From 04c5f1061b693afbf71b1fd50f1f5f1026c732a7 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Sat, 21 May 2016 14:30:14 -0700 Subject: [PATCH] bump version to 0.1.3 --- mix.exs | 2 +- src/prometheus.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index d6c98dbc..ca807e3f 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do def project do [app: :prometheus, - version: "0.1.2", + version: "0.1.3", description: description, package: package] end diff --git a/src/prometheus.app.src b/src/prometheus.app.src index 07df793e..22c27702 100644 --- a/src/prometheus.app.src +++ b/src/prometheus.app.src @@ -1,6 +1,6 @@ {application, prometheus, [{description, "Prometheus.io client in Erlang"}, - {vsn, "0.1.2"}, + {vsn, "0.1.3"}, {registered, []}, {mod, { prometheus, []}}, {applications,