Skip to content

Commit

Permalink
Fix version number in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan (egorich) Egorov committed Jun 20, 2010
1 parent 76cd3b9 commit 9a4fcbd
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,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",
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -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")
Expand Down

0 comments on commit 9a4fcbd

Please sign in to comment.