Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 11, 2015
1 parent 04812f7 commit b7bfce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "candy",
"version": "1.7.0",
"version": "2.1.0",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/candy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var Candy = (function(self, $) {
*/
self.about = {
name: 'Candy',
version: '2.0.0'
version: '2.1.0'
};

/** Function: init
Expand Down

0 comments on commit b7bfce2

Please sign in to comment.