diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 64d46a3..c6ebfdc 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.1.3"}, + {vsn,"0.1.4"}, {modules,[gajumine,gmc_con,gmc_gui,gmc_setup,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 241f2d9..1034a62 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.1.3"). +-vsn("0.1.4"). -behavior(application). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index cdfc09f..1e9cf77 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.1.3"). +-vsn("0.1.4"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_gui.erl b/src/gmc_gui.erl index 107cd5e..02ac508 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.1.3"). +-vsn("0.1.4"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). @@ -102,7 +102,7 @@ init(Prefs) -> Labels = [J("ID"), J("Target"), J("Maps/s"), J("Candidate"), J("Height"), J("BlockHash")], {Grid, [ID_C, DiffC, PerfC, CandyC, HeightC, BlockC]} = display_box(Frame, Labels), - Style = ?wxDEFAULT bor ?wxTE_MULTILINE bor ?wxTE_READONLY, + Style = ?wxTE_MULTILINE bor ?wxTE_READONLY, MessSz = wxStaticBoxSizer:new(?wxVERTICAL, Frame, [{label, J("Messages")}]), MessC = wxTextCtrl:new(Frame, ?wxID_ANY, [{style, Style}]), _ = wxStaticBoxSizer:add(MessSz, MessC, zxw:flags(wide)), diff --git a/src/gmc_setup.erl b/src/gmc_setup.erl index eb4ffd8..d58ce49 100644 --- a/src/gmc_setup.erl +++ b/src/gmc_setup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_setup). --vsn("0.1.3"). +-vsn("0.1.4"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_sup.erl b/src/gmc_sup.erl index fe8a60b..8973c16 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.1.3"). +-vsn("0.1.4"). -behaviour(supervisor). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/zomp.meta b/zomp.meta index 7020b14..9c9526e 100644 --- a/zomp.meta +++ b/zomp.meta @@ -1,10 +1,10 @@ {name,"GajuMine"}. {type,gui}. {modules,[]}. -{prefix,"gmc"}. {author,"Craig Everett"}. +{prefix,"gmc"}. {desc,"Mining client for the Gajumaru Root"}. -{package_id,{"qpq","gajumine",{0,1,3}}}. +{package_id,{"qpq","gajumine",{0,1,4}}}. {deps,[{"uwiger","gmconfig",{0,1,2}}, {"uwiger","gproc",{1,0,1}}, {"uwiger","gmhive_client",{0,2,1}},