Skip to content

Commit

Permalink
Release 1.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Oct 28, 2024
1 parent 9e46f43 commit ae6b07a
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.28

* Updating xmpp to version 1.9.0.

# Version 1.1.27

* Updating xmpp to version 9728433608e25d196a49ed0f609208e353621135.
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, "~> 1.8.0", {git, "https://github.com/processone/xmpp", {tag, "9728433608e25d196a49ed0f609208e353621135"}}}]}.
{deps, [{xmpp, "~> 1.9.0", {git, "https://github.com/processone/xmpp", {tag, "1.9.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.27"},
{vsn, "1.1.28"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, ssl, xmpp]},
Expand Down

0 comments on commit ae6b07a

Please sign in to comment.