Skip to content

Commit 111121d

Browse files
committed
whoops, forgot this version bump too
1 parent 317da54 commit 111121d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

extras/coffee-script-iced-large.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/coffee-script-iced.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/coffee-script.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/coffee-script/coffee-script.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coffee-script.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else if require.registerExtension
3232
require.registerExtension e, (content) -> compile content
3333

3434
# The current CoffeeScript version number.
35-
exports.VERSION = '1.2.0i'
35+
exports.VERSION = '1.2.0j'
3636

3737
# Words that cannot be used as identifiers in CoffeeScript code
3838
exports.RESERVED = RESERVED

0 commit comments

Comments
 (0)