[Pkg-javascript-commits] [node-acorn-jsx] 360/484: Bump version number post-0.10
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:20:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit c671bcfaf7aa3f97222e668e168d92b1bf4cfb2f
Author: Marijn Haverbeke <marijnh at gmail.com>
Date: Thu Dec 11 14:52:32 2014 +0100
Bump version number post-0.10
---
acorn.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/acorn.js b/acorn.js
index ddc5abb..2a21b4c 100644
--- a/acorn.js
+++ b/acorn.js
@@ -28,7 +28,7 @@
})(this, function(exports) {
"use strict";
- exports.version = "0.10.0";
+ exports.version = "0.10.1";
// The main exported interface (under `self.acorn` when in the
// browser) is a `parse` function that takes a code string and
diff --git a/package.json b/package.json
index 179c1cc..87c3d6f 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "ECMAScript parser",
"homepage": "http://marijnhaverbeke.nl/acorn/",
"main": "acorn.js",
- "version": "0.10.0",
+ "version": "0.10.1",
"engines": {"node": ">=0.4.0"},
"maintainers": [{"name": "Marijn Haverbeke",
"email": "marijnh at gmail.com",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list