Skip to content

Commit 601d63b

Browse files
authored
Merge pull request #27 from emqx/chore/appup
chore(appup): add appup script
2 parents e1fd165 + b4b60e8 commit 601d63b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ehttpc.appup.src

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%% -*-: erlang -*-
2-
{"0.1.14",
2+
{"0.1.15",
33
[
44
{<<"0\\.1\\\.[0-7]">>, [
55
{update, ehttpc, {advanced, []}},
@@ -9,6 +9,9 @@
99
{load_module, ehttpc, brutal_purge, soft_purge, []},
1010
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
1111
]},
12+
{"0.1.14", [
13+
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
14+
]},
1215
{<<".*">>, []}
1316
],
1417
[
@@ -24,6 +27,9 @@
2427
{load_module, ehttpc, brutal_purge, soft_purge, []},
2528
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
2629
]},
30+
{"0.1.14", [
31+
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
32+
]},
2733
{<<".*">>, []}
2834
]
2935
}.

0 commit comments

Comments
 (0)