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

Commit b2d1eb6

Browse files
committed
Version 1.6.0 stable
1 parent 9828d12 commit b2d1eb6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "candy",
3-
"version": "1.6.0-beta3",
3+
"version": "1.6.0",
44
"homepage": "http://candy-chat.github.io/candy/",
55
"authors": [
66
"Michael Weibel <[email protected]>",

candy.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

candy.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "candy",
3-
"version": "1.6.0-beta3",
3+
"version": "1.6.0",
44
"description": "Multi-user XMPP web client",
55
"main": "candy.min.js",
66
"directories": {

src/candy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var Candy = (function(self, $) {
3030
*/
3131
self.about = {
3232
name: 'Candy',
33-
version: '1.6.0-beta3'
33+
version: '1.6.0'
3434
};
3535

3636
/** Function: init

0 commit comments

Comments
 (0)