Version update

This commit is contained in:
Craig Everett 2024-11-13 13:55:56 +09:00
parent b2c18021f4
commit 9e514f4c9d
12 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@
{registered,[]}, {registered,[]},
{included_applications,[]}, {included_applications,[]},
{applications,[stdlib,kernel]}, {applications,[stdlib,kernel]},
{vsn,"0.1.2"}, {vsn,"0.1.3"},
{modules,[clutch,gmc_con,gmc_grids,gmc_gui,gmc_jt, {modules,[clutch,gmc_con,gmc_grids,gmc_gui,gmc_jt,
gmc_key_master,gmc_sup,gmc_v,gmc_v_netman, gmc_key_master,gmc_sup,gmc_v,gmc_v_netman,
gmc_v_wallman]}, gmc_v_wallman]},

View File

@ -3,7 +3,7 @@
%%% @end %%% @end
-module(clutch). -module(clutch).
-vsn("0.1.2"). -vsn("0.1.3").
-behavior(application). -behavior(application).
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").

View File

@ -5,7 +5,7 @@
%%% @end %%% @end
-module(gmc_con). -module(gmc_con).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -37,7 +37,7 @@
%%% @end %%% @end
-module(gmc_grids). -module(gmc_grids).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -7,7 +7,7 @@
%%% @end %%% @end
-module(gmc_gui). -module(gmc_gui).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -15,7 +15,7 @@
%%% translation library is retained). %%% translation library is retained).
-module(gmc_jt). -module(gmc_jt).
-vsn("0.1.2"). -vsn("0.1.3").
-export([read_translations/1, j/2, oneshot_j/2]). -export([read_translations/1, j/2, oneshot_j/2]).

View File

@ -8,7 +8,7 @@
%%% @end %%% @end
-module(gmc_key_master). -module(gmc_key_master).
-vsn("0.1.2"). -vsn("0.1.3").
-export([make_key/2, encode/1, decode/1]). -export([make_key/2, encode/1, decode/1]).

View File

@ -12,7 +12,7 @@
%%% @end %%% @end
-module(gmc_sup). -module(gmc_sup).
-vsn("0.1.2"). -vsn("0.1.3").
-behaviour(supervisor). -behaviour(supervisor).
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").

View File

@ -1,5 +1,5 @@
-module(gmc_v). -module(gmc_v).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <craigeverett@qpq.swiss>"). -author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -1,5 +1,5 @@
-module(gmc_v_netman). -module(gmc_v_netman).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <zxq9@zxq9.com>"). -author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -1,5 +1,5 @@
-module(gmc_v_wallman). -module(gmc_v_wallman).
-vsn("0.1.2"). -vsn("0.1.3").
-author("Craig Everett <zxq9@zxq9.com>"). -author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>"). -copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later"). -license("GPL-3.0-or-later").

View File

@ -4,7 +4,7 @@
{prefix,"gmc"}. {prefix,"gmc"}.
{desc,"A desktop client for the Gajumaru network of blockchain networks"}. {desc,"A desktop client for the Gajumaru network of blockchain networks"}.
{author,"Craig Everett"}. {author,"Craig Everett"}.
{package_id,{"otpr","clutch",{0,1,2}}}. {package_id,{"otpr","clutch",{0,1,3}}}.
{deps,[{"otpr","hakuzaru",{0,2,0}}, {deps,[{"otpr","hakuzaru",{0,2,0}},
{"otpr","aesophia",{8,0,1}}, {"otpr","aesophia",{8,0,1}},
{"otpr","aeserialization",{0,1,2}}, {"otpr","aeserialization",{0,1,2}},