Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Oct 25, 2010
1 parent f0c9355 commit e7432bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ext/terminal/terminal.js
Expand Up @@ -416,7 +416,7 @@ return terminal = ext.register("ext/terminal/terminal", {
this.$term.write(message.body
.replace(noderunner.workspaceDir.replace(/\/+$/, ""), "/workspace")
.replace(/%/g, "%%") + "%n", true);
this.$term.prompt();
//this.$term.prompt();

}
break;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "cloud9",
"description": "Ajax.org Cloud9 IDE",
"version": "0.1.1",
"version": "0.1.2",
"homepage" : "http://github.com/ajaxorg/cloud9",
"engines": {"node": ">= 0.2.0"},
"author": "Ajax.org B.V. <info@ajax.org>",
Expand Down

0 comments on commit e7432bb

Please sign in to comment.