diff --git a/ebin/gajumine.app b/ebin/gajumine.app index e7641c9..ffc85d4 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.3.3"}, + {vsn,"0.3.5"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index ab4eb07..3f746f4 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.3.3"). +-vsn("0.3.5"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index 39ebc5a..2f605b0 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.3.3"). +-vsn("0.3.5"). -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 2990550..1b17a3b 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.3.3"). +-vsn("0.3.5"). -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 7c4b12a..a9deb19 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.3.3"). +-vsn("0.3.5"). -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 8852c6a..15544ff 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.3.3"). +-vsn("0.3.5"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index 9af7722..7ce002d 100644 --- a/zomp.meta +++ b/zomp.meta @@ -1,11 +1,11 @@ {name,"GajuMine"}. {type,gui}. {modules,[]}. +{author,"Craig Everett"}. {prefix,"gmc"}. {desc,"Mining client for the Gajumaru Root"}. -{author,"Craig Everett"}. -{package_id,{"qpq","gajumine",{0,3,3}}}. -{deps,[{"uwiger","gmhive_client",{0,8,3}}, +{package_id,{"qpq","gajumine",{0,3,5}}}. +{deps,[{"uwiger","gmhive_client",{0,9,2}}, {"uwiger","gmhive_protocol",{0,2,0}}, {"uwiger","gmcuckoo",{1,2,4}}, {"uwiger","gmhive_worker",{0,5,1}},