diff --git a/ebin/gmhive_client.app b/ebin/gmhive_client.app index b6e0b9f..2c43d0f 100644 --- a/ebin/gmhive_client.app +++ b/ebin/gmhive_client.app @@ -1,6 +1,6 @@ {application,gmhive_client, [{description,"Gajumaru Hive Client"}, - {vsn,"0.4.8"}, + {vsn,"0.5.0"}, {registered,[]}, {applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise, gmconfig,gmhive_protocol,gmhive_worker]}, diff --git a/rebar.config b/rebar.config index 2eecc54..13b19e3 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {gmhive_protocol, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git", {ref, "818ce33"}}}, - {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "fac460714f"}}}, + {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "13f0cd9f4c"}}}, {gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git", {ref, "38620ff9e2"}}}, {gproc, "1.0.0"}, diff --git a/rebar.lock b/rebar.lock index 5358d60..1639d9e 100644 --- a/rebar.lock +++ b/rebar.lock @@ -21,7 +21,7 @@ 0}, {<<"gmcuckoo">>, {git,"https://git.qpq.swiss/QPQ-AG/gmcuckoo.git", - {ref,"106e1cd2e4ff81286f6bc7d7c85f83bc20e14b82"}}, + {ref,"256e14e7c88043132245be902ff9756070d285b4"}}, 1}, {<<"gmhive_protocol">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git", @@ -29,7 +29,7 @@ 0}, {<<"gmhive_worker">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker", - {ref,"fac460714fc228eb0b723a3f292a44aec77f094a"}}, + {ref,"13f0cd9f4ca44ccc7d9185e959c27a02c7f112ef"}}, 0}, {<<"gmserialization">>, {git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git", diff --git a/src/gmhc_events.erl b/src/gmhc_events.erl index f5a3e49..64e2183 100644 --- a/src/gmhc_events.erl +++ b/src/gmhc_events.erl @@ -68,6 +68,7 @@ debug() -> subscribe(result), subscribe(error), subscribe(disconnected), + gmhive_worker:subscribe_returns(), loop() end). diff --git a/src/gmhive_client.app.src b/src/gmhive_client.app.src index 7a66063..e041ba3 100644 --- a/src/gmhive_client.app.src +++ b/src/gmhive_client.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*- {application, gmhive_client, [{description, "Gajumaru Hive Client"}, - {vsn, "0.1.0"}, + {vsn, "zomp"}, {registered, []}, {applications, [ diff --git a/zomp.meta b/zomp.meta index 2961dc0..46bae97 100644 --- a/zomp.meta +++ b/zomp.meta @@ -4,9 +4,9 @@ {prefix,"gmhc"}. {author,"Ulf Wiger, QPQ AG"}. {desc,"Gajumaru Hive Client"}. -{package_id,{"uwiger","gmhive_client",{0,4,8}}}. -{deps,[{"uwiger","gmhive_worker",{0,4,0}}, - {"uwiger","gmcuckoo",{1,2,3}}, +{package_id,{"uwiger","gmhive_client",{0,5,0}}}. +{deps,[{"uwiger","gmcuckoo",{1,2,4}}, + {"uwiger","gmhive_worker",{0,5,0}}, {"otpr","eblake2",{1,0,1}}, {"otpr","base58",{0,1,1}}, {"otpr","gmserialization",{0,1,3}},