preparing documentation for 0.9.5

This commit is contained in:
Jeremy Ashkenas
2010-11-21 12:38:27 -05:00
parent 8fcd67e82f
commit 28d5db3bca
36 changed files with 937 additions and 845 deletions

View File

@@ -15,7 +15,7 @@
return compile(content);
});
}
exports.VERSION = '0.9.4';
exports.VERSION = '0.9.5';
exports.helpers = require('./helpers');
exports.compile = compile = function(code, options) {
options == null && (options = {});