Skip to content

Commit

Permalink
Merge pull request #27 from emqx/chore/appup
Browse files Browse the repository at this point in the history
chore(appup): add appup script
  • Loading branch information
zhongwencool authored Dec 24, 2021
2 parents e1fd165 + b4b60e8 commit 601d63b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ehttpc.appup.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% -*-: erlang -*-
{"0.1.14",
{"0.1.15",
[
{<<"0\\.1\\\.[0-7]">>, [
{update, ehttpc, {advanced, []}},
Expand All @@ -9,6 +9,9 @@
{load_module, ehttpc, brutal_purge, soft_purge, []},
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.1.14", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
],
[
Expand All @@ -24,6 +27,9 @@
{load_module, ehttpc, brutal_purge, soft_purge, []},
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.1.14", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
]
}.

0 comments on commit 601d63b

Please sign in to comment.