From 006d5f1c0487cce47c27d57a565da6dc1d52277c Mon Sep 17 00:00:00 2001
From: Marijn Haverbeke
(function(exports) {
"use strict";
- exports.version = "0.1.0";The main exported interface (under self.acorn when in the
+ exports.version = "0.1.01";
The main exported interface (under self.acorn when in the
browser) is a parse function that takes a code string and
returns an abstract syntax tree as specified by Mozilla parser
API, with the caveat that the SpiderMonkey-specific syntax
diff --git a/package.json b/package.json
index 41c09018a4..7bc0ef4f47 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "ECMAScript parser",
"homepage": "http://marijnhaverbeke.nl/acorn/",
"main": "acorn.js",
- "version": "0.1.0",
+ "version": "0.1.01",
"engines": {"node": ">=0.4.0"},
"maintainers": [{"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",