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>2015-08-11 16:25:46 +0300
committerBen Langfeld <ben@langfeld.me>2015-08-11 16:25:46 +0300
commitb7bfce2e078fe730c9b6d360bf8298768aa6111e (patch)
tree9202cf0bc9f032fc8010a5e15dfaca17796093ab
parent04812f700f822c167d5913027c9eb49d9f2c56e2 (diff)
Bump to 2.1.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 b4f50d2..4a2bace 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "candy",
- "version": "1.7.0",
+ "version": "2.1.0",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <michael.weibel@gmail.com>",
diff --git a/package.json b/package.json
index 904e884..5103e4e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "candy",
- "version": "1.7.0",
+ "version": "2.1.0",
"description": "Multi-user XMPP web client",
"main": "candy.min.js",
"directories": {
diff --git a/src/candy.js b/src/candy.js
index f557b21..c7b2bc0 100644
--- a/src/candy.js
+++ b/src/candy.js
@@ -24,7 +24,7 @@ var Candy = (function(self, $) {
*/
self.about = {
name: 'Candy',
- version: '2.0.0'
+ version: '2.1.0'
};
/** Function: init