Skip to content

Commit

Permalink
Version 1.6.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jan 20, 2014
1 parent 9828d12 commit b2d1eb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.0-beta3",
"version": "1.6.0",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <michael.weibel@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion candy.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion candy.min.js

Large diffs are not rendered by default.

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.6.0-beta3",
"version": "1.6.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 @@ -30,7 +30,7 @@ var Candy = (function(self, $) {
*/
self.about = {
name: 'Candy',
version: '1.6.0-beta3'
version: '1.6.0'
};

/** Function: init
Expand Down

0 comments on commit b2d1eb6

Please sign in to comment.