bumping to 0.5.1

This commit is contained in:
Jeremy Ashkenas
2010-02-24 00:54:07 -05:00
parent 10d335ccb1
commit 92cd80226c
7 changed files with 31 additions and 15 deletions

View File

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