verup
This commit is contained in:
parent
f31e4edd4a
commit
7f77f9e3b1
@ -3,5 +3,5 @@
|
|||||||
{registered,[]},
|
{registered,[]},
|
||||||
{included_applications,[]},
|
{included_applications,[]},
|
||||||
{applications,[stdlib,kernel]},
|
{applications,[stdlib,kernel]},
|
||||||
{vsn,"0.1.0"},
|
{vsn,"0.2.0"},
|
||||||
{modules,[qhl]}]}.
|
{modules,[qhl]}]}.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%%% @end
|
%%% @end
|
||||||
|
|
||||||
-module(qhl).
|
-module(qhl).
|
||||||
-vsn("0.1.0").
|
-vsn("0.2.0").
|
||||||
-author("Craig Everett <ceverett@tsuriai.jp>").
|
-author("Craig Everett <ceverett@tsuriai.jp>").
|
||||||
-copyright("Craig Everett <ceverett@tsuriai.jp>").
|
-copyright("Craig Everett <ceverett@tsuriai.jp>").
|
||||||
-license("MIT").
|
-license("MIT").
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{prefix,none}.
|
{prefix,none}.
|
||||||
{author,"Craig Everett"}.
|
{author,"Craig Everett"}.
|
||||||
{desc,"The Quick HTTP Library"}.
|
{desc,"The Quick HTTP Library"}.
|
||||||
{package_id,{"otpr","qhl",{0,1,0}}}.
|
{package_id,{"otpr","qhl",{0,2,0}}}.
|
||||||
{deps,[]}.
|
{deps,[]}.
|
||||||
{key_name,none}.
|
{key_name,none}.
|
||||||
{a_email,"zxq9@zxq9.com"}.
|
{a_email,"zxq9@zxq9.com"}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user