aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-11-05 20:59:06 -0600
committerTristan Sloughter <[email protected]>2015-11-05 20:59:06 -0600
commit9ec6e72acc6d22d227b18dd7cb9cdbe97435791f (patch)
treecc4de768114eb992db13a4c8567aaae31af02be0
parent7eb43d4f1ba21f3fe0ee7dd37783fb05ce855fb3 (diff)
parent30c575d3b9691b9d1a175e762e2e1ac0c810baf4 (diff)
downloadrelx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.tar.gz
relx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.tar.bz2
relx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.zip
Merge pull request #404 from dcarastan/master
bbmustache-1.0.4 version bump
-rw-r--r--rebar.config2
-rw-r--r--rebar.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 751579f..647efa8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,7 +3,7 @@
{deps, [{erlware_commons, "0.16.0"},
{providers, "1.4.1"},
{getopt, "0.8.2"},
- {bbmustache, "1.0.3"}
+ {bbmustache, "1.0.4"}
]}.
{escript_incl_extra, [{"priv/templates/*", "."}]}.
diff --git a/rebar.lock b/rebar.lock
index 436477e..afb9a8f 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -1,4 +1,4 @@
-[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.3">>},0},
+[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}].