Skip to content

Commit

Permalink
Release candicate for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jul 22, 2017
1 parent f0b6103 commit 8113a14
Show file tree
Hide file tree
Showing 47 changed files with 135,585 additions and 124,820 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.1.0
* Version: 3.2.0-rc
*
* Copyright: JC Brand 2012-2017
* Except for 3rd party dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ serve_bg: dev
########################################################################
## Translation machinery

GETTEXT = xgettext --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot src/*.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=3.1.0 -c
GETTEXT = xgettext --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot src/*.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=3.2.0-rc -c

.PHONY: pot
pot:
Expand Down
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": "3.1.1",
"version": "3.2.0-rc",
"license": "MPL-2.0",
"devDependencies": {},
"dependencies": {},
Expand Down
Loading

0 comments on commit 8113a14

Please sign in to comment.