Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Mar 19, 2020
1 parent 8e0e355 commit 65914a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.5

* Updating yconf to version 1.0.4.

# Version 1.0.4

* Updating yconf to version 1.0.3.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{platform_define, "^(R|1|20)", deprecated_stacktrace}]}.

{deps, [{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "1.0.1"}}},
{yconf, ".*", {git, "https://github.com/processone/yconf.git", {tag, "1.0.3"}}},
{yconf, ".*", {git, "https://github.com/processone/yconf.git", {tag, "1.0.4"}}},
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}]}.

Expand Down
2 changes: 1 addition & 1 deletion src/p1_acme.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%%%-------------------------------------------------------------------
{application, p1_acme,
[{description, "ACME client"},
{vsn, "1.0.4"},
{vsn, "1.0.5"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_yaml,
Expand Down

0 comments on commit 65914a9

Please sign in to comment.