From e53da36f2e0f8b02910a45303fc707fafb828343 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 25 Feb 2025 10:06:12 +0900 Subject: [PATCH] Update deps and verup --- ebin/hakuzaru.app | 2 +- src/hakuzaru.erl | 2 +- src/hz.erl | 2 +- src/hz_fetcher.erl | 2 +- src/hz_man.erl | 2 +- src/hz_sup.erl | 2 +- zomp.meta | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ebin/hakuzaru.app b/ebin/hakuzaru.app index 9c10ad5..7553cfa 100644 --- a/ebin/hakuzaru.app +++ b/ebin/hakuzaru.app @@ -3,6 +3,6 @@ {included_applications,[]}, {applications,[stdlib,kernel]}, {description,"Gajumaru interoperation library"}, - {vsn,"0.2.0"}, + {vsn,"0.3.0"}, {modules,[hakuzaru,hz,hz_fetcher,hz_man,hz_sup]}, {mod,{hakuzaru,[]}}]}. diff --git a/src/hakuzaru.erl b/src/hakuzaru.erl index e5e4493..f0a926d 100644 --- a/src/hakuzaru.erl +++ b/src/hakuzaru.erl @@ -6,7 +6,7 @@ %%% @end -module(hakuzaru). --vsn("0.2.0"). +-vsn("0.3.0"). -author("Craig Everett "). -copyright("Craig Everett "). -license("GPL-3.0-or-later"). diff --git a/src/hz.erl b/src/hz.erl index 9745a25..0001cef 100644 --- a/src/hz.erl +++ b/src/hz.erl @@ -23,7 +23,7 @@ %%% @end -module(hz). --vsn("0.2.0"). +-vsn("0.3.0"). -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 a7803be..7481d2c 100644 --- a/src/hz_fetcher.erl +++ b/src/hz_fetcher.erl @@ -1,5 +1,5 @@ -module(hz_fetcher). --vsn("0.2.0"). +-vsn("0.3.0"). -author("Craig Everett "). -copyright("Craig Everett "). -license("MIT"). diff --git a/src/hz_man.erl b/src/hz_man.erl index 31f7e66..1ead871 100644 --- a/src/hz_man.erl +++ b/src/hz_man.erl @@ -9,7 +9,7 @@ %%% @end -module(hz_man). --vsn("0.2.0"). +-vsn("0.3.0"). -behavior(gen_server). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/src/hz_sup.erl b/src/hz_sup.erl index 80b1f60..1b67475 100644 --- a/src/hz_sup.erl +++ b/src/hz_sup.erl @@ -9,7 +9,7 @@ %%% @end -module(hz_sup). --vsn("0.2.0"). +-vsn("0.3.0"). -behaviour(supervisor). -author("Craig Everett "). -copyright("Craig Everett "). diff --git a/zomp.meta b/zomp.meta index 3de14e3..8f748f5 100644 --- a/zomp.meta +++ b/zomp.meta @@ -2,15 +2,15 @@ {type,app}. {modules,[]}. {prefix,"hz"}. -{author,"Craig Everett"}. {desc,"Gajumaru interoperation library"}. -{package_id,{"otpr","hakuzaru",{0,2,0}}}. -{deps,[{"otpr","gmbytecode",{3,4,1}}, +{author,"Craig Everett"}. +{package_id,{"otpr","hakuzaru",{0,3,0}}}. +{deps,[{"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}}, - {"otpr","aesophia",{7,1,2}}, {"otpr","zj",{1,1,0}}, {"otpr","getopt",{1,0,2}}]}. {key_name,none}.