Skip to content

Commit

Permalink
New release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 23, 2017
1 parent a24ae16 commit e338afa
Show file tree
Hide file tree
Showing 11 changed files with 13,576 additions and 12,478 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ serve: stamp-npm
########################################################################
## 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.0.1 -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.0.2 -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.0.1",
"version": "3.0.2",
"license": "MPL-2.0",
"devDependencies": {},
"dependencies": {},
Expand Down
12,434 changes: 6,462 additions & 5,972 deletions dist/converse-mobile.js

Large diffs are not rendered by default.

1,129 changes: 622 additions & 507 deletions dist/converse-no-dependencies.js

Large diffs are not rendered by default.

12,441 changes: 6,467 additions & 5,974 deletions dist/converse.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions dist/locales.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

## 3.0.2 (Unreleased)
## 3.0.2 (2017-04-23)

*Dependency updates*:
- Jasmine 2.5.3
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 = '3.0.1'
version = '3.0.2'
# The full version, including alpha/beta/rc tags.
release = '3.0.1'
release = '3.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion locale/converse.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Converse.js 3.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-23 16:56+0000\n"
"POT-Creation-Date: 2017-04-23 17:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "converse.js",
"version": "3.0.1",
"version": "3.0.2",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/start.frag
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.0.1
* Version: 3.0.2
*/

/* jshint ignore:start */
Expand Down

0 comments on commit e338afa

Please sign in to comment.