Bumping version to 1.1.4-pre

This commit is contained in:
Trevor Burnham 2011-11-10 14:54:46 +01:00
parent b41a69da2d
commit 51b25fb3d8
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.1.3",
"version": "1.1.4-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.1.3'
exports.VERSION = '1.1.4-pre'
# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED