Skip to content

Commit

Permalink
bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 4, 2012
1 parent 5594471 commit f0df76c
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,6 +1,6 @@
{ {
"name" : "zipfile", "name" : "zipfile",
"version" : "0.2.4", "version" : "0.2.5",
"main" : "./lib/index.js", "main" : "./lib/index.js",
"description" : "C++ library for handling zipfiles in node", "description" : "C++ library for handling zipfiles in node",
"keywords" : ["zipfile", "uncompress", "unzip", "zlib"], "keywords" : ["zipfile", "uncompress", "unzip", "zlib"],
Expand Down
2 changes: 1 addition & 1 deletion src/_zipfile.cc
Expand Up @@ -19,7 +19,7 @@ extern "C" {
ZipFile::Initialize(target); ZipFile::Initialize(target);


// node-zipfile version // node-zipfile version
target->Set(String::NewSymbol("version"), String::New("0.2.4")); target->Set(String::NewSymbol("version"), String::New("0.2.5"));


// versions of deps // versions of deps
Local<Object> versions = Object::New(); Local<Object> versions = Object::New();
Expand Down

0 comments on commit f0df76c

Please sign in to comment.