From d61f10394543cad3678bcf2396c8c063f7f148bf Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 21 Aug 2025 16:46:11 +0200 Subject: [PATCH] update gmhive_worker dep, bump patch vsn --- ebin/gmhive_client.app | 2 +- rebar.config | 2 +- rebar.lock | 2 +- zomp.meta | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ebin/gmhive_client.app b/ebin/gmhive_client.app index e98f603..5dd5d34 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.6"}, + {vsn,"0.4.7"}, {registered,[]}, {applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise, gmconfig,gmhive_protocol,gmhive_worker]}, diff --git a/rebar.config b/rebar.config index aa14abd..2eecc54 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, "255ef59"}}}, + {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "fac460714f"}}}, {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 83d4afa..5358d60 100644 --- a/rebar.lock +++ b/rebar.lock @@ -29,7 +29,7 @@ 0}, {<<"gmhive_worker">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker", - {ref,"255ef59ccd7f795d2d25f2d0ebcf24e3251b6f36"}}, + {ref,"fac460714fc228eb0b723a3f292a44aec77f094a"}}, 0}, {<<"gmserialization">>, {git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git", diff --git a/zomp.meta b/zomp.meta index 413c394..1a83cb4 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,6}}}. -{deps,[{"uwiger","gmcuckoo",{1,2,3}}, - {"uwiger","gmhive_worker",{0,3,0}}, +{package_id,{"uwiger","gmhive_client",{0,4,7}}}. +{deps,[{"uwiger","gmhive_worker",{0,4,0}}, + {"uwiger","gmcuckoo",{1,2,3}}, {"otpr","eblake2",{1,0,1}}, {"otpr","base58",{0,1,1}}, {"otpr","gmserialization",{0,1,3}},