CoffeeScript 1.11.1

This commit is contained in:
Simon Lydell
2016-10-01 20:58:53 +02:00
parent 809634ba39
commit 8623792bcd
70 changed files with 125 additions and 97 deletions

View File

@@ -12,7 +12,7 @@ helpers = require './helpers'
SourceMap = require './sourcemap'
# The current CoffeeScript version number.
exports.VERSION = '1.11.0'
exports.VERSION = '1.11.1'
exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md']