Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Nov 11, 2013
1 parent 61cd0ba commit 2232c13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/core/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ define([
'email': email,
'token': token
}, user).then(function() {
console.log("auth succeed");
// Get installed addons
return addons.getInstalled();
}).then(function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codebox",
"description": "Open Cloud IDE",
"homepage": "https://www.codebox.io",
"version": "0.2.5",
"version": "0.2.6",
"author": "[email protected]",
"dependencies": {
"q": "0.9.6",
Expand Down

0 comments on commit 2232c13

Please sign in to comment.