Bump version number post-0.12
This commit is contained in:
parent
99f1989f72
commit
cbd8aa8f06
2
acorn.js
2
acorn.js
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user