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

Commit

Permalink
Update version - beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jan 17, 2014
1 parent c7a786e commit 0396064
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-beta1",
"version": "1.6.0-beta3",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion candy.bundle.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-beta1'
version: '1.6.0-beta3'
};

/** Function: init
Expand Down
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-beta1",
"version": "1.6.0-beta3",
"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-beta1'
version: '1.6.0-beta3'
};

/** Function: init
Expand Down

0 comments on commit 0396064

Please sign in to comment.