mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
bumping to 1.2.1-pre
This commit is contained in:
parent
9abe614ea8
commit
215979c9e0
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
exports.VERSION = '1.2.0';
|
||||
exports.VERSION = '1.2.1-pre';
|
||||
|
||||
exports.RESERVED = RESERVED;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue