Skip to content

Commit

Permalink
chore: bump application version
Browse files Browse the repository at this point in the history
And update appup script accordingly.
  • Loading branch information
keynslug committed Jul 1, 2024
1 parent ca86716 commit 2064d8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ehttpc.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ehttpc, [
{description, "HTTP Client for Erlang/OTP"},
{vsn, "0.4.13"},
{vsn, "0.4.14"},
{registered, []},
{applications, [
kernel,
Expand Down
8 changes: 7 additions & 1 deletion src/ehttpc.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%% -*- mode: erlang -*-
{"0.4.13",
{"0.4.14",
[
{"0.4.13", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.4.12", [ % upgrade gun, no local beam changes in this version
]},
{"0.4.11", [
Expand Down Expand Up @@ -75,6 +78,9 @@
]}
],
[
{"0.4.13", [
{load_module, ehttpc_pool, brutal_purge, soft_purge, []}
]},
{"0.4.12", [ % upgrade gun, no local beam changes in this version
]},
{"0.4.11", [
Expand Down

0 comments on commit 2064d8f

Please sign in to comment.