Skip to content

Commit

Permalink
bumping version to 1.1.3-pre for Trevor's sake ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 5, 2011
1 parent 8a4ec8f commit 48f3c70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/coffee-script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.1.2",
"version": "1.1.3-pre",
"licenses": [{
"type": "MIT",
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/coffee-script.coffee
Expand Up @@ -20,7 +20,7 @@ else if require.registerExtension
require.registerExtension '.coffee', (content) -> compile content

# The current CoffeeScript version number.
exports.VERSION = '1.1.2'
exports.VERSION = '1.1.3-pre'

# Words that cannot be used as identifiers in CoffeeScript code
exports.RESERVED = RESERVED
Expand Down

0 comments on commit 48f3c70

Please sign in to comment.