Skip to content

Commit

Permalink
Stable version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Feb 3, 2016
1 parent eab2f6d commit eb05a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esprima",
"version": "2.7.1",
"version": "2.7.2",
"main": "./esprima.js",
"scripts": [
"esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion esprima.js
Original file line number Diff line number Diff line change
Expand Up @@ -5707,7 +5707,7 @@
}

// Sync with *.json manifests.
exports.version = '2.7.1';
exports.version = '2.7.2';

exports.tokenize = tokenize;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"version": "2.7.1",
"version": "2.7.2",
"files": [
"bin",
"unit-tests.js",
Expand Down

0 comments on commit eb05a03

Please sign in to comment.