diff options
author | Tristan Sloughter <[email protected]> | 2015-11-05 20:59:06 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-11-05 20:59:06 -0600 |
commit | 9ec6e72acc6d22d227b18dd7cb9cdbe97435791f (patch) | |
tree | cc4de768114eb992db13a4c8567aaae31af02be0 | |
parent | 7eb43d4f1ba21f3fe0ee7dd37783fb05ce855fb3 (diff) | |
parent | 30c575d3b9691b9d1a175e762e2e1ac0c810baf4 (diff) | |
download | relx-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.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 |
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/*", "."}]}. @@ -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}]. |