Commit e338afad authored by JC Brand's avatar JC Brand

New release 3.0.2

parent a24ae165
......@@ -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:
......
{
"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": {},
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
# Changelog
## 3.0.2 (Unreleased)
## 3.0.2 (2017-04-23)
*Dependency updates*:
- Jasmine 2.5.3
......
......@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# 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.
......
......@@ -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 <LL@li.org>\n"
......
{
"name": "converse.js",
"version": "3.0.1",
"version": "3.0.2",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
......
......@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 3.0.1
* Version: 3.0.2
*/
/* jshint ignore:start */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment