1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

bumped version to 1.9.2

This commit is contained in:
Andreas Lubbe 2015-04-15 17:25:21 +02:00
parent bd17cc9b3c
commit 3a2888f97a
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coffee-script", "name": "coffee-script",
"version": "1.9.1", "version": "1.9.2",
"main": [ "main": [
"lib/coffee-script/coffee-script.js" "lib/coffee-script/coffee-script.js"
], ],

View file

@ -110,7 +110,7 @@
<p> <p>
<b>Latest Version:</b> <b>Latest Version:</b>
<a href="http://github.com/jashkenas/coffeescript/tarball/1.9.1">1.9.1</a> <a href="http://github.com/jashkenas/coffeescript/tarball/1.9.2">1.9.2</a>
</p> </p>
<pre>npm install -g coffee-script</pre> <pre>npm install -g coffee-script</pre>

View file

@ -8,7 +8,7 @@
"compiler" "compiler"
], ],
"author": "Jeremy Ashkenas", "author": "Jeremy Ashkenas",
"version": "1.9.1", "version": "1.9.2",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"

View file

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