Skip to content

Commit

Permalink
Release 1.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 23, 2024
1 parent 33f4125 commit 89bf635
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.1.24

* Updating xmpp to version 1.8.0.

# Version 1.1.23

* Updating xmpp to version 1.7.0.
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 @@

{erl_opts, [debug_info, {src_dirs, ["src"]}, {i, "include"}]}.

{deps, [{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.7.0"}}}]}.
{deps, [{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.8.0"}}}]}.

{cover_enabled, true}.
{cover_export_enabled, true}.
Expand Down
2 changes: 1 addition & 1 deletion src/p1_pgsql.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, p1_pgsql,
[{description, "PostgreSQL driver"},
{vsn, "1.1.23"},
{vsn, "1.1.24"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 89bf635

Please sign in to comment.