Navigation Menu

Skip to content

Commit

Permalink
Stable version 2.1.0.
Browse files Browse the repository at this point in the history
Closes #1067.
Closes gh-1094
  • Loading branch information
ariya committed Mar 9, 2015
1 parent 1592d48 commit fb65638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "esprima",
"version": "2.0.0",
"version": "2.1.0",
"main": "./esprima.js",
"scripts": [
"esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "esprima",
"version": "2.0.0",
"version": "2.1.0",
"main": "./esprima.js",
"scripts": [
"esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion esprima.js
Expand Up @@ -4371,7 +4371,7 @@
}

// Sync with *.json manifests.
exports.version = '2.0.0';
exports.version = '2.1.0';

exports.tokenize = tokenize;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"version": "2.0.0",
"version": "2.1.0",
"files": [
"bin",
"test/run.js",
Expand Down

0 comments on commit fb65638

Please sign in to comment.