Skip to content

Commit

Permalink
Close issue #73
Browse files Browse the repository at this point in the history
Version bump to 1.6.3-b, which complies with 'Semantic Versioning'.  The
previous system didn't. Fixes issues with npm v1.3+
  • Loading branch information
maxtaco committed Jun 26, 2013
1 parent c3fd7f8 commit adce945
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion extras/coffee-script-iced-large.js

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

2 changes: 1 addition & 1 deletion extras/coffee-script-iced.js

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

4 changes: 2 additions & 2 deletions extras/coffee-script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/coffee-script/browser.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/cake.js

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

4 changes: 2 additions & 2 deletions lib/coffee-script/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 lib/coffee-script/command.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/grammar.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/helpers.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/iced.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/icedlib.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/index.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/lexer.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/nodes.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/optparse.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/repl.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/rewriter.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/scope.js

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

2 changes: 1 addition & 1 deletion lib/coffee-script/sourcemap.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": "IcedCoffeeScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Maxwell Krohn",
"version": "1.6.3a",
"version": "1.6.3-b",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/maxtaco/coffee-script/master/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/coffee-script.coffee
Expand Up @@ -14,7 +14,7 @@ helpers = require './helpers'
iced = require './iced'

# The current CoffeeScript version number.
exports.VERSION = '1.6.3a'
exports.VERSION = '1.6.3-b'

extensions = ['.coffee', '.litcoffee', '.coffee.md', '.iced' ]

Expand Down

0 comments on commit adce945

Please sign in to comment.