diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 4b36edf..e7641c9 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.3.2"}, + {vsn,"0.3.3"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 79a15ff..ab4eb07 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.3.2"). +-vsn("0.3.3"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index 2ed7b01..39ebc5a 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.3.2"). +-vsn("0.3.3"). -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 8d26073..410794b 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.3.2"). +-vsn("0.3.3"). -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 605dd19..7c4b12a 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.3.2"). +-vsn("0.3.3"). -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 878a47a..8852c6a 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.3.2"). +-vsn("0.3.3"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index b2e38c4..9af7722 100644 --- a/zomp.meta +++ b/zomp.meta @@ -4,9 +4,9 @@ {prefix,"gmc"}. {desc,"Mining client for the Gajumaru Root"}. {author,"Craig Everett"}. -{package_id,{"qpq","gajumine",{0,3,2}}}. -{deps,[{"uwiger","gmhive_protocol",{0,2,0}}, - {"uwiger","gmhive_client",{0,8,2}}, +{package_id,{"qpq","gajumine",{0,3,3}}}. +{deps,[{"uwiger","gmhive_client",{0,8,3}}, + {"uwiger","gmhive_protocol",{0,2,0}}, {"uwiger","gmcuckoo",{1,2,4}}, {"uwiger","gmhive_worker",{0,5,1}}, {"qpq","cuckoo_cpu",{0,3,2}},