Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2016-02-13 19:42:38 +0300
committerBen Langfeld <ben@langfeld.me>2016-02-13 19:42:38 +0300
commitf5cc87b5d234f85e143190a87cca0202dd29c812 (patch)
tree753e21500e1a35aba0f921ff057baefa8adcda9a
parentd99ca34ef8a569899ba5658f5d9c62a24c5b6234 (diff)
Bump to 2.2.0
-rw-r--r--bower.json2
-rw-r--r--package.json2
-rw-r--r--src/candy.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index 633c873..4819e4d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "candy",
- "version": "2.1.0",
+ "version": "2.2.0",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <michael.weibel@gmail.com>",
diff --git a/package.json b/package.json
index feed6f1..ee4bef1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "candy",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "Multi-user XMPP web client",
"main": "candy.min.js",
"directories": {
diff --git a/src/candy.js b/src/candy.js
index c7b2bc0..a1fec37 100644
--- a/src/candy.js
+++ b/src/candy.js
@@ -24,7 +24,7 @@ var Candy = (function(self, $) {
*/
self.about = {
name: 'Candy',
- version: '2.1.0'
+ version: '2.2.0'
};
/** Function: init