Skip to content

Commit

Permalink
Prepare release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jun 15, 2020
1 parent 87048b9 commit fe2c611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Strophe.js Change Log

## Version 1.3.5 - (Unreleased)
## Version 1.3.6 - (2020-06-15)

- #250 Bugfix: OAuth's SASL priority being higher causes problems
- #352 Bugfix: Referencing undefined property
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function $pres(attrs) {
*/
const Strophe = {
/** Constant: VERSION */
VERSION: "1.3.5",
VERSION: "1.3.6",

/** Constants: XMPP Namespace Constants
* Common namespace constants from the XMPP RFCs and XEPs.
Expand Down

0 comments on commit fe2c611

Please sign in to comment.