Selaa lähdekoodia

New release 3.0.2

JC Brand 8 vuotta sitten
vanhempi
commit
e338afadc2
11 muutettua tiedostoa jossa 605 lisäystä ja 75 poistoa
  1. 1 1
      Makefile
  2. 1 1
      bower.json
  3. 201 2
      dist/converse-mobile.js
  4. 195 63
      dist/converse-no-dependencies.js
  5. 201 2
      dist/converse.js
  6. 0 0
      dist/locales.js
  7. 1 1
      docs/CHANGES.md
  8. 2 2
      docs/source/conf.py
  9. 1 1
      locale/converse.pot
  10. 1 1
      package.json
  11. 1 1
      src/start.frag

+ 1 - 1
Makefile

@@ -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:

+ 1 - 1
bower.json

@@ -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": {},

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 201 - 2
dist/converse-mobile.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 195 - 63
dist/converse-no-dependencies.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 201 - 2
dist/converse.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/locales.js


+ 1 - 1
docs/CHANGES.md

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

+ 2 - 2
docs/source/conf.py

@@ -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.

+ 1 - 1
locale/converse.pot

@@ -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"

+ 1 - 1
package.json

@@ -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": {

+ 1 - 1
src/start.frag

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

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä