diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 198fc38..1356219 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.2.3"}, + {vsn,"0.2.4"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index f138a1d..dcdb9e1 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.2.3"). +-vsn("0.2.4"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index ea7b4a1..0fde9d8 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.2.3"). +-vsn("0.2.4"). -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 d2ba6e0..9d97c6d 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.2.3"). +-vsn("0.2.4"). -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 e5081f6..389492e 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.2.3"). +-vsn("0.2.4"). -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 e3ac2bf..fb6794b 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.2.3"). +-vsn("0.2.4"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index 2b8599b..d8a928d 100644 --- a/zomp.meta +++ b/zomp.meta @@ -4,9 +4,9 @@ {prefix,"gmc"}. {author,"Craig Everett"}. {desc,"Mining client for the Gajumaru Root"}. -{package_id,{"qpq","gajumine",{0,2,3}}}. -{deps,[{"uwiger","gmcuckoo",{1,2,3}}, - {"uwiger","gmhive_client",{0,4,3}}, +{package_id,{"qpq","gajumine",{0,2,4}}}. +{deps,[{"uwiger","gmhive_client",{0,4,4}}, + {"uwiger","gmcuckoo",{1,2,3}}, {"qpq","cuckoo_cpu",{0,3,0}}, {"uwiger","gmhive_worker",{0,3,0}}, {"uwiger","gmconfig",{0,1,2}},