bumping to 1.2.1-pre

This commit is contained in:
Jeremy Ashkenas 2011-12-18 15:31:17 -05:00
parent 9abe614ea8
commit 215979c9e0
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
});
}
exports.VERSION = '1.2.0';
exports.VERSION = '1.2.1-pre';
exports.RESERVED = RESERVED;

View File

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

View File

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