diff options
author | Doru Carastan <[email protected]> | 2015-10-22 11:33:28 -0700 |
---|---|---|
committer | Doru Carastan <[email protected]> | 2015-10-22 11:33:28 -0700 |
commit | 30c575d3b9691b9d1a175e762e2e1ac0c810baf4 (patch) | |
tree | cc4de768114eb992db13a4c8567aaae31af02be0 | |
parent | 7eb43d4f1ba21f3fe0ee7dd37783fb05ce855fb3 (diff) | |
download | relx-30c575d3b9691b9d1a175e762e2e1ac0c810baf4.tar.gz relx-30c575d3b9691b9d1a175e762e2e1ac0c810baf4.tar.bz2 relx-30c575d3b9691b9d1a175e762e2e1ac0c810baf4.zip |
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}]. |