Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Nov 30, 2016
1 parent 0eee0dc commit 829f9ab
Show file tree
Hide file tree
Showing 26 changed files with 6,064 additions and 5,582 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "2.0.1",
"version": "2.0.2",
"license": "MPL-2.0",
"devDependencies": {
"bootstrap": "~3.2.0",
Expand Down
724 changes: 410 additions & 314 deletions dist/converse-mobile.js

Large diffs are not rendered by default.

710 changes: 411 additions & 299 deletions dist/converse-no-dependencies.js

Large diffs are not rendered by default.

783 changes: 439 additions & 344 deletions dist/converse.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.2 (Unreleased)
## 2.0.2 (2016-11-30)
- #721 keepalive not working with anonymous authentication [jcbrand]
- #723 Bugfix: Arrays in configuration settings were ignored. [jcbrand]
- #734 Bugfix. `converse.rooms.open` ignored the `muc_nickname_from_jid` setting. [jcbrand]
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.1'
version = '2.0.2'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit 829f9ab

Please sign in to comment.