diff --git a/ebin/gmhive_client.app b/ebin/gmhive_client.app index f200782..d7504da 100644 --- a/ebin/gmhive_client.app +++ b/ebin/gmhive_client.app @@ -1,6 +1,6 @@ {application,gmhive_client, [{description,"Gajumaru Hive Client"}, - {vsn,"0.1.0"}, + {vsn,"0.3.2"}, {registered,[]}, {applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise, gmconfig,gmhive_protocol,gmhive_worker]}, diff --git a/src/gmhc_config_schema.erl b/src/gmhc_config_schema.erl index e840dd0..9a6bbc1 100644 --- a/src/gmhc_config_schema.erl +++ b/src/gmhc_config_schema.erl @@ -84,7 +84,7 @@ workers() -> executable_group => str(#{description => <<"Group of executable binaries of the worker.">>, enum => [ <<"cpu">>, <<"cuda">> ], - default => <<"cpuo">>}), + default => <<"cpu">>}), extra_args => str(#{description => <<"Extra arguments to pass to the worker executable binary. " "The safest choice is specifying no arguments i.e. empty string.">>, diff --git a/zomp.meta b/zomp.meta index c105ade..b7acc7a 100644 --- a/zomp.meta +++ b/zomp.meta @@ -2,14 +2,14 @@ {type,app}. {modules,[]}. {prefix,"gmhc"}. -{desc,"Gajumaru Hive Client"}. {author,"Ulf Wiger, QPQ AG"}. -{package_id,{"uwiger","gmhive_client",{0,2,1}}}. -{deps,[{"uwiger","gmhive_worker",{0,2,1}}, - {"uwiger","gmcuckoo",{1,2,2}}, - {"otpr","eblake2",{1,0,1}}, +{desc,"Gajumaru Hive Client"}. +{package_id,{"uwiger","gmhive_client",{0,3,2}}}. +{deps,[{"otpr","eblake2",{1,0,1}}, + {"uwiger","gmcuckoo",{1,1,1}}, {"otpr","base58",{0,1,1}}, {"otpr","gmserialization",{0,1,3}}, + {"uwiger","gmhive_worker",{0,1,1}}, {"uwiger","gmhive_protocol",{0,1,1}}, {"uwiger","setup",{2,2,4}}, {"uwiger","gproc",{1,0,1}},