bumping version to 1.1.3-pre for Trevor's sake ;)

This commit is contained in:
Jeremy Ashkenas 2011-08-04 23:52:27 -04:00
parent 8a4ec8f562
commit 48f3c70013
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
return compile(content);
});
}
exports.VERSION = '1.1.2';
exports.VERSION = '1.1.3-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.1.2",
"version": "1.1.3-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.1.2'
exports.VERSION = '1.1.3-pre'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED