diff --git a/ebin/gajumine.app b/ebin/gajumine.app index aeeaef4..7854ec5 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.4.1"}, + {vsn,"0.4.2"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 32543fe..878da0e 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.4.1"). +-vsn("0.4.2"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index 081d73c..12ee458 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.4.1"). +-vsn("0.4.2"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_conf.erl b/src/gmc_conf.erl index 10ff14a..50c1210 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.4.1"). +-vsn("0.4.2"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_gui.erl b/src/gmc_gui.erl index c8ff491..1145b1d 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.4.1"). +-vsn("0.4.2"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_sup.erl b/src/gmc_sup.erl index 5510f01..a4d7260 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.4.1"). +-vsn("0.4.2"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index 6a4a720..0174133 100644 --- a/zomp.meta +++ b/zomp.meta @@ -4,18 +4,18 @@ {prefix,"gmc"}. {author,"Craig Everett"}. {desc,"Mining client for the Gajumaru Root"}. -{package_id,{"qpq","gajumine",{0,4,1}}}. -{deps,[{"uwiger","gmhive_client",{0,10,0}}, +{package_id,{"qpq","gajumine",{0,4,2}}}. +{deps,[{"uwiger","gmhive_protocol",{0,3,1}}, + {"uwiger","setup",{3,0,0}}, + {"uwiger","gmhive_client",{0,10,1}}, {"otpr","zxwidgets",{1,1,0}}, {"otpr","hakuzaru",{0,7,0}}, - {"uwiger","gmhive_protocol",{0,2,0}}, {"uwiger","gmcuckoo",{1,2,4}}, {"uwiger","gmhive_worker",{0,5,1}}, {"qpq","cuckoo_cpu",{0,3,2}}, {"uwiger","gmconfig",{0,1,2}}, {"uwiger","gproc",{1,0,1}}, {"uwiger","enoise",{1,3,0}}, - {"uwiger","setup",{2,2,4}}, {"otpr","gajudesk",{0,5,3}}, {"otpr","ec_utils",{1,0,0}}, {"otpr","eblake2",{1,0,1}},