Selaa lähdekoodia

Merge pull request #582 from thesabbir/path-01

Bumped version to fix mismatch
JC Brand 9 vuotta sitten
vanhempi
commit
174f41f298
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      bower.json
  2. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
   "name": "converse.js",
   "description": "Web-based XMPP/Jabber chat client written in javascript",
-  "version": "0.10.0",
+  "version": "0.10.1",
   "license": "MPL-2.0",
   "devDependencies": {
     "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",

+ 1 - 1
package.json

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