Skip to content

Commit

Permalink
bump erlexec & package version
Browse files Browse the repository at this point in the history
  • Loading branch information
zerth committed Jan 9, 2018
1 parent bfa39af commit 18d4cf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{deps, [
{jiffy, "0.14.11"},
{erlexec, "1.6.4"},
{erlexec, "1.7.1"},
{b64fast, "0.2.1"}
]}.

Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{"1.1.0",
[{<<"b64fast">>,{pkg,<<"b64fast">>,<<"0.2.1">>},0},
{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.6.4">>},0},
{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.7.1">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"0.14.11">>},0}]}.
[
{pkg_hash,[
{<<"b64fast">>, <<"EF67EFD73109BF52A83338A2DED30D0DC4EC1B11449B4C43DB970D3FC96CC9CD">>},
{<<"erlexec">>, <<"350AD514F5C2D4B7EEBD1F3BA63F428A83FD0B8BB84FDF7B8131E5DE9E11708F">>},
{<<"erlexec">>, <<"6DDBD40FA202084ED0BDAF95A50C334ACAA5644AE213B903CD4094A78AE79734">>},
{<<"jiffy">>, <<"919A87D491C5A6B5E3BBC27FAFEDC3A0761CA0B4C405394F121F582FD4E3F0E5">>}]}
].
2 changes: 1 addition & 1 deletion src/erlmld.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[{description, "An Erlang library for processing multiple Kinesis and "
"DynamoDB streams and shards in a single node using the Kinesis Client "
"Library and MultiLangDaemon."},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{maintainers, ["AdRoll RTB team <[email protected]>"]},
{licenses, ["BSD 3-Clause License"]},
{links, [{"Github", "https://github.com/AdRoll/erlmld"}]},
Expand Down

0 comments on commit 18d4cf2

Please sign in to comment.