Bumping to version 1.0.1-pre

This commit is contained in:
Jeremy Ashkenas 2010-12-26 16:28:18 -08:00
parent 33d2577fb5
commit f545f18c2d
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
return compile(content);
});
}
exports.VERSION = '1.0.0';
exports.VERSION = '1.0.1-pre';
exports.RESERVED = RESERVED;
exports.helpers = require('./helpers');
exports.compile = compile = function(code, options) {

View File

@ -3,7 +3,7 @@
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.0.0",
"version": "1.0.1-pre",
"licenses": [{
"type": "MIT",
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"

View File

@ -20,7 +20,7 @@ else if require.registerExtension
require.registerExtension '.coffee', (content) -> compile content
# The current CoffeeScript version number.
exports.VERSION = '1.0.0'
exports.VERSION = '1.0.1-pre'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED