Skip to content

Commit

Permalink
Bumped to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benrady committed Jun 29, 2011
1 parent d626937 commit f8133de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/jezebel.js
Expand Up @@ -26,6 +26,7 @@ function runHook(name, args) {
func = settings["on" + name];
if (func) {
return func.apply(session.context, args);
// load the most recently changed module into the $$ variable in the REPL
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Ben Rady <benrady@gmail.com> (http://benrady.com)",
"name": "jezebel",
"description": "A REPL and continuous test runner for Jasmine tests",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "http://github.com/benrady/jezebel",
"repository": {
"type": "git",
Expand Down

0 comments on commit f8133de

Please sign in to comment.