[Pkg-javascript-commits] [node-expat] 39/371: node-expat 1.0.1
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 4cc1fe1d63fa2a0411dfe3543a402cabce94c91b
Author: Astro <astro at spaceboyz.net>
Date: Tue Aug 3 21:33:26 2010 +0200
node-expat 1.0.1
---
package.json | 2 +-
wscript | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 2237c2f..eb898fc 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{ "name": "node-expat"
-,"version": "1.0.0"
+,"version": "1.0.1"
,"main": "./build/default/expat"
,"description": "NodeJS binding for fast XML parsing."
,"scripts" : { "install" : "./install.sh" }
diff --git a/wscript b/wscript
index 7d2fc6d..f84c148 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
-VERSION = '1.0.0'
+VERSION = '1.0.1'
def set_options(opt):
opt.tool_options('compiler_cxx')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list