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

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jun 27, 2014
1 parent a319ac8 commit 0cbee6b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1-dev",
"version": "1.7.0",
"homepage": "http://candy-chat.github.io/candy/",
"authors": [
"Michael Weibel <[email protected]>",
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.

4 changes: 2 additions & 2 deletions candy.min.js

Large diffs are not rendered by default.

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

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.1-dev",
"version": "1.7.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.1-dev'
version: '1.7.0'
};

/** Function: init
Expand Down

1 comment on commit 0cbee6b

@malakada
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3 :D 👍

Please sign in to comment.