Skip to content

Commit

Permalink
node-expat 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jul 10, 2010
1 parent edc9a93 commit 4209e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "node-expat"
,"version": "0.0.5"
,"version": "0.0.6"
,"main": "./build/default"
,"description": "libexpat XML SAX parser binding for node.js"
,"scripts" : { "install" : "./install.sh" }
Expand Down
2 changes: 1 addition & 1 deletion wscript
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
VERSION = '0.0.5'
VERSION = '0.0.6'

def set_options(opt):
opt.tool_options('compiler_cxx')
Expand Down

0 comments on commit 4209e65

Please sign in to comment.