Skip to content

Commit 8e2a859

Browse files
committed
Release 1.1.34
1 parent cefb79d commit 8e2a859

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.1.34
2+
3+
* Updating xmpp to version 1.11.0.
4+
15
# Version 1.1.33
26

37
* Updating xmpp to version 1.10.1.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

25-
{deps, [{xmpp, "~> 1.10.0", {git, "https://github.com/processone/xmpp", {tag, "1.10.1"}}}]}.
25+
{deps, [{xmpp, "~> 1.11.0", {git, "https://github.com/processone/xmpp", {tag, "1.11.0"}}}]}.
2626

2727
{cover_enabled, true}.
2828
{cover_export_enabled, true}.

src/p1_pgsql.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, p1_pgsql,
2525
[{description, "PostgreSQL driver"},
26-
{vsn, "1.1.33"},
26+
{vsn, "1.1.34"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, ssl, xmpp]},

0 commit comments

Comments
 (0)