Skip to content

Commit

Permalink
bump to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 21, 2011
1 parent f371f24 commit beed53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name" : "mapnik",
"description" : "Tile rendering library for node",
"url" : "http://github.com/mapnik/node-mapnik",
"version" : "0.6.3",
"version" : "0.6.4",
"main" : "./lib/mapnik.js",
"keywords" : ["map", "graphics", "canvas", "tile", "mapnik", "carto"],
"repositories" : [
Expand Down
2 changes: 1 addition & 1 deletion src/node_mapnik.cpp
Expand Up @@ -98,7 +98,7 @@ extern "C" {
Expression::Initialize(target);

// node-mapnik version
target->Set(String::NewSymbol("version"), String::New("0.6.3"));
target->Set(String::NewSymbol("version"), String::New("0.6.4"));

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

0 comments on commit beed53a

Please sign in to comment.