Skip to content

Commit

Permalink
Prepeare release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 29, 2020
1 parent 6d396d2 commit ffff21a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.5 - (2020-04-29)

* Remove support for obselete SASL DIGEST-MD5 auth
* Varous compatibility fixes to make Strophe.js work in NodeJS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ covers Strophe in detail in the context of web applications.
## Quick Links

* [Homepage](http://strophe.im/strophejs)
* [Documentation](http://strophe.im/strophejs/doc/1.3.4/files/strophe-js.html)
* [Documentation](http://strophe.im/strophejs/doc/1.3.5/files/strophe-js.html)
* [Mailing list](http://groups.google.com/group/strophe)
* [Community Plugins](http://github.com/strophe/strophejs-plugins)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
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.4",
VERSION: "1.3.5",

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

0 comments on commit ffff21a

Please sign in to comment.