diff --git a/package.json b/package.json index a165df2..75067a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compress", "description": "A streaming compression for node.js", - "version": "0.1.7", + "version": "0.1.7+", "author": "Ivan Egorov", "repository": { "type": "git", diff --git a/wscript b/wscript index c0781d2..b76a498 100644 --- a/wscript +++ b/wscript @@ -4,7 +4,7 @@ from os.path import exists srcdir = "." blddir = "build" -VERSION = "0.1.7" +VERSION = "0.1.7+" def set_options(opt): opt.tool_options("compiler_cxx")