Skip to content

Commit 8a8cba0

Browse files
committed
Bump to v0.3.0
1 parent ca87e7b commit 8a8cba0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2018 Ilya Khaprov <<i.khaprov@gmail.com>>.
66

7-
__Version:__ 0.2.0
7+
__Version:__ 0.3.0
88

99
[![Hex.pm][Hex badge]][Hex link]
1010
[![Hex.pm Downloads][Hex downloads badge]][Hex link]

‎doc/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2018 Ilya Khaprov <<i.khaprov@gmail.com>>.
66

7-
__Version:__ 0.2.0
7+
__Version:__ 0.3.0
88

99
[![Hex.pm][Hex badge]][Hex link]
1010
[![Hex.pm Downloads][Hex downloads badge]][Hex link]

‎doc/overview.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@copyright 2018 Ilya Khaprov <<i.khaprov@gmail.com>>.
22
@title Opencensus Prometheus integration for Erlang/BEAM
3-
@version 0.2.0
3+
@version 0.3.0
44

55
@doc
66

‎mix.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule OpencensusErlangPrometheus.Mixfile do
33

44
def project do
55
[app: :opencensus_erlang_prometheus,
6-
version: "0.2.0",
6+
version: "0.3.0",
77
elixir: "~> 1.4",
88
deps: deps(),
99
description: description(),

‎src/opencensus_erlang_prometheus.app.src‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, opencensus_erlang_prometheus,
22
[{description, ""},
3-
{vsn, "0.2.0"},
3+
{vsn, "0.3.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)