Skip to content

Commit

Permalink
Stable version 2.5.0.
Browse files Browse the repository at this point in the history
Refs #1246
Closes gh-1261
  • Loading branch information
ariya committed Aug 1, 2015
1 parent 0a69c40 commit 0e3104f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "esprima",
"version": "2.4.0",
"version": "2.5.0",
"main": "./esprima.js",
"scripts": [
"esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion esprima.js
Expand Up @@ -5605,7 +5605,7 @@
}

// Sync with *.json manifests.
exports.version = '2.4.0';
exports.version = '2.5.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.4.0",
"version": "2.5.0",
"files": [
"bin",
"unit-tests.js",
Expand Down

0 comments on commit 0e3104f

Please sign in to comment.