Bump version number post-0.10

This commit is contained in:
Marijn Haverbeke 2014-12-11 14:52:32 +01:00
parent 0a812b6020
commit c671bcfaf7
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
})(this, function(exports) { })(this, function(exports) {
"use strict"; "use strict";
exports.version = "0.10.0"; exports.version = "0.10.1";
// The main exported interface (under `self.acorn` when in the // The main exported interface (under `self.acorn` when in the
// browser) is a `parse` function that takes a code string and // browser) is a `parse` function that takes a code string and

View File

@ -3,7 +3,7 @@
"description": "ECMAScript parser", "description": "ECMAScript parser",
"homepage": "http://marijnhaverbeke.nl/acorn/", "homepage": "http://marijnhaverbeke.nl/acorn/",
"main": "acorn.js", "main": "acorn.js",
"version": "0.10.0", "version": "0.10.1",
"engines": {"node": ">=0.4.0"}, "engines": {"node": ">=0.4.0"},
"maintainers": [{"name": "Marijn Haverbeke", "maintainers": [{"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com", "email": "marijnh@gmail.com",