Update to 0.4.3 (patience patch)

This commit is contained in:
Ulf Wiger 2025-05-28 11:33:35 +02:00
parent 2c160b83a1
commit c6fc047abb
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{application,gmhive_client,
[{description,"Gajumaru Hive Client"},
{vsn,"0.4.1"},
{vsn,"0.4.3"},
{registered,[]},
{applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise,
gmconfig,gmhive_protocol,gmhive_worker]},

View File

@ -2,10 +2,10 @@
{type,app}.
{modules,[]}.
{prefix,"gmhc"}.
{desc,"Gajumaru Hive Client"}.
{author,"Ulf Wiger, QPQ AG"}.
{package_id,{"uwiger","gmhive_client",{0,4,1}}}.
{deps,[{"uwiger","gmcuckoo",{1,2,2}},
{desc,"Gajumaru Hive Client"}.
{package_id,{"uwiger","gmhive_client",{0,4,3}}}.
{deps,[{"uwiger","gmcuckoo",{1,2,3}},
{"uwiger","gmhive_worker",{0,3,0}},
{"otpr","eblake2",{1,0,1}},
{"otpr","base58",{0,1,1}},