Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed May 21, 2016
1 parent 6853345 commit 04c5f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, prometheus,
[{description, "Prometheus.io client in Erlang"},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit 04c5f10

Please sign in to comment.