diff --git a/ebin/hakuzaru.app b/ebin/hakuzaru.app index 3372a20..7037387 100644 --- a/ebin/hakuzaru.app +++ b/ebin/hakuzaru.app @@ -3,6 +3,6 @@ {included_applications,[]}, {applications,[stdlib,kernel]}, {description,"Gajumaru interoperation library"}, - {vsn,"0.5.1"}, + {vsn,"0.5.2"}, {modules,[hakuzaru,hz,hz_fetcher,hz_man,hz_sup]}, {mod,{hakuzaru,[]}}]}. diff --git a/src/hakuzaru.erl b/src/hakuzaru.erl index 83d3ec1..39b454c 100644 --- a/src/hakuzaru.erl +++ b/src/hakuzaru.erl @@ -6,7 +6,7 @@ %%% @end -module(hakuzaru). --vsn("0.5.1"). +-vsn("0.5.2"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). diff --git a/src/hz.erl b/src/hz.erl index 4b326e6..19e86ed 100644 --- a/src/hz.erl +++ b/src/hz.erl @@ -23,7 +23,7 @@ %%% @end -module(hz). --vsn("0.5.1"). +-vsn("0.5.2"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). diff --git a/src/hz_fetcher.erl b/src/hz_fetcher.erl index ac5ec61..a7ccac4 100644 --- a/src/hz_fetcher.erl +++ b/src/hz_fetcher.erl @@ -1,5 +1,5 @@ -module(hz_fetcher). --vsn("0.5.1"). +-vsn("0.5.2"). -author("Craig Everett "). -copyright("Craig Everett "). -license("MIT"). diff --git a/src/hz_man.erl b/src/hz_man.erl index 2f42366..9ffe9ca 100644 --- a/src/hz_man.erl +++ b/src/hz_man.erl @@ -9,7 +9,7 @@ %%% @end -module(hz_man). --vsn("0.5.1"). +-vsn("0.5.2"). -behavior(gen_server). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/src/hz_sup.erl b/src/hz_sup.erl index ebded6f..b69cb43 100644 --- a/src/hz_sup.erl +++ b/src/hz_sup.erl @@ -9,7 +9,7 @@ %%% @end -module(hz_sup). --vsn("0.5.1"). +-vsn("0.5.2"). -behaviour(supervisor). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/zomp.meta b/zomp.meta index 44c40c4..e567056 100644 --- a/zomp.meta +++ b/zomp.meta @@ -2,12 +2,12 @@ {type,app}. {modules,[]}. {prefix,"hz"}. -{desc,"Gajumaru interoperation library"}. {author,"Craig Everett"}. -{package_id,{"otpr","hakuzaru",{0,5,1}}}. -{deps,[{"otpr","sophia",{8,0,1}}, +{desc,"Gajumaru interoperation library"}. +{package_id,{"otpr","hakuzaru",{0,5,2}}}. +{deps,[{"otpr","gmserialization",{0,1,3}}, + {"otpr","sophia",{8,0,1}}, {"otpr","gmbytecode",{3,4,1}}, - {"otpr","gmserialization",{0,1,2}}, {"otpr","base58",{0,1,1}}, {"otpr","eblake2",{1,0,1}}, {"otpr","ec_utils",{1,0,0}},