Updating docs for CoffeeScript 0.5.4. Tag it and bag it.

This commit is contained in:
Jeremy Ashkenas
2010-03-03 23:01:53 -05:00
parent 3feb874b1e
commit 44398d044f
6 changed files with 28 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ parser.lexer: {
showPosition: -> @pos
}
exports.VERSION: '0.5.3'
exports.VERSION: '0.5.4'
# Compile CoffeeScript to JavaScript, using the Coffee/Jison compiler.
exports.compile: (code, options) ->