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) {
"use strict";
exports.version = "0.12.0";
exports.version = "0.12.1";
// The main exported interface (under `self.acorn` when in the
// browser) is a `parse` function that takes a code string and

View File

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