Skip to content

Commit

Permalink
start working on 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 16, 2012
1 parent fe8fa88 commit 8310ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Release.md
Expand Up @@ -30,7 +30,7 @@ Increment version in `package.json`.

## Commit, tag, and push tag

VERSION="0.6.6"
VERSION="0.7.0"
git ci -a -m "bump to ${VERSION}"
git push
git tag ${VERSION} -m "tagging ${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"url" : "http://github.com/mapnik/node-mapnik",
"homepage" : "http://mapnik.org",
"author" : "Dane Springmeyer <dane@dbsgeo.com> (mapnik.org)",
"version" : "0.7.0",
"version" : "0.7.1",
"main" : "./lib/mapnik.js",
"bugs" : {
"email" : "dane@dbsgeo.com",
Expand Down

0 comments on commit 8310ce2

Please sign in to comment.