From: Siraaj Khandkar Date: Sat, 26 Sep 2015 18:27:47 +0000 (-0400) Subject: Use hope without dependencies. X-Git-Tag: 0.14.1^0 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=81e131a4b5ad42f9fbc277c1164bf7f2f243a8e7 Use hope without dependencies. --- diff --git a/rebar.config b/rebar.config index 5eb75d1..c99a601 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ { deps -, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.0"}}} +, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.1"}}} , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}} ] }. diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 81e9182..b88f464 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -1,7 +1,7 @@ {application, beam_stats, [ {description, "Periodic VM stats production and consumption."}, - {vsn, "0.14.0"}, + {vsn, "0.14.1"}, {registered, []}, {applications, [ kernel