diff --git a/rebar.config b/rebar.config index 96a9580..07bee88 100644 --- a/rebar.config +++ b/rebar.config @@ -1,8 +1,8 @@ %-*-Erlang-*- {deps, [ - {lager, ".*", {git, "https://github.com/basho/lager.git", {branch, "master"}}}, - {gen_listener_tcp, ".*", {git, "https://github.com/travelping/gen_listener_tcp.git", {branch, "master"}}} + {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "2.1.1"}}}, + {gen_listener_tcp, ".*", {git, "https://github.com/travelping/gen_listener_tcp.git", {tag, "0.3.1"}}} %% This is needed to run ezmq_zmq2_SUITE.erl %% The master branch of erlzmq2(ZeroMQ in the 3.x) is not working with ezmq_zmq2_SUITE.erl diff --git a/src/ezmq.app.src b/src/ezmq.app.src index 904aafd..172502b 100644 --- a/src/ezmq.app.src +++ b/src/ezmq.app.src @@ -1,7 +1,7 @@ {application, ezmq, [ {description, "native Erlang 0MQ implementation"}, - {vsn, "0.1"}, + {vsn, "0.2"}, {registered, []}, {applications, [ kernel,