Bump version number post-0.12

This commit is contained in:
Marijn Haverbeke 2015-03-02 11:31:27 +01:00
parent 99f1989f72
commit cbd8aa8f06
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.12.0"; exports.version = "0.12.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.12.0", "version": "0.12.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",