From b7bfce2e078fe730c9b6d360bf8298768aa6111e Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Tue, 11 Aug 2015 10:25:46 -0300 Subject: [PATCH] Bump to 2.1.0 --- bower.json | 2 +- package.json | 2 +- src/candy.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index b4f50d23..4a2bacea 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 ", diff --git a/package.json b/package.json index 904e884b..5103e4ef 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 f557b21b..c7b2bc08 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