Skip to content

Commit 2232c13

Browse files
committed
Bump version to 0.2.6
1 parent 61cd0ba commit 2232c13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/core/session.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ define([
3232
'email': email,
3333
'token': token
3434
}, user).then(function() {
35-
console.log("auth succeed");
3635
// Get installed addons
3736
return addons.getInstalled();
3837
}).then(function() {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codebox",
33
"description": "Open Cloud IDE",
44
"homepage": "https://www.codebox.io",
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"author": "[email protected]",
77
"dependencies": {
88
"q": "0.9.6",

0 commit comments

Comments
 (0)