Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed May 15, 2023
1 parent 87ab2a1 commit 11e4160
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ doc
*~
.*.sw?
doc-tmp
tags.lock
tags.temp
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.6.1 - (Unreleased)
## Version 1.6.1 - (2023-05-15)

* #602 Websocket connection times out instead of being disconnected

Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "1.6.1",
"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 @@ -85,7 +85,7 @@ export function $pres(attrs) {
*/
export const Strophe = {
/** Constant: VERSION */
VERSION: "1.6.0",
VERSION: "1.6.1",

Builder,
NS,
Expand Down

0 comments on commit 11e4160

Please sign in to comment.