New release 3.0.2

This commit is contained in:
JC Brand 2017-04-23 17:02:44 +00:00
parent a24ae16579
commit e338afadc2
11 changed files with 14057 additions and 12959 deletions

View File

@ -53,7 +53,7 @@ serve: stamp-npm
######################################################################## ########################################################################
## Translation machinery ## 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 .PHONY: pot
pot: pot:

View File

@ -1,7 +1,7 @@
{ {
"name": "converse.js", "name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript", "description": "Web-based XMPP/Jabber chat client written in javascript",
"version": "3.0.1", "version": "3.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": {}, "devDependencies": {},
"dependencies": {}, "dependencies": {},

12968
dist/converse-mobile.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

12975
dist/converse.js vendored

File diff suppressed because one or more lines are too long

34
dist/locales.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 3.0.2 (Unreleased) ## 3.0.2 (2017-04-23)
*Dependency updates*: *Dependency updates*:
- Jasmine 2.5.3 - Jasmine 2.5.3

View File

@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.0.1' version = '3.0.2'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Converse.js 3.0.2\n" "Project-Id-Version: Converse.js 3.0.2\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,6 +1,6 @@
{ {
"name": "converse.js", "name": "converse.js",
"version": "3.0.1", "version": "3.0.2",
"description": "Browser based XMPP instant messaging client", "description": "Browser based XMPP instant messaging client",
"main": "main.js", "main": "main.js",
"directories": { "directories": {

View File

@ -2,7 +2,7 @@
* *
* An XMPP chat client that runs in the browser. * An XMPP chat client that runs in the browser.
* *
* Version: 3.0.1 * Version: 3.0.2
*/ */
/* jshint ignore:start */ /* jshint ignore:start */