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