CoffeeScript 0.6.1, for Node.js v0.1.90

This commit is contained in:
Jeremy Ashkenas
2010-04-12 21:20:00 -04:00
parent ea982a627e
commit 92540d5e85
16 changed files with 159 additions and 146 deletions

View File

@@ -22,7 +22,7 @@ else
helpers: this.helpers
# The current CoffeeScript version number.
exports.VERSION: '0.6.0'
exports.VERSION: '0.6.1'
# Instantiate a Lexer for our use here.
lexer: new Lexer()