Skip to content

Commit

Permalink
Released 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed May 10, 2015
1 parent 3d3dfb1 commit b909083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ifeq ($(strip $(version)),)
else
rm -rf node_modules
npm install
npm install tilestrata
make test
sed -i.bak 's/"version": "[^"]*"/"version": "$(version)"/' package.json
rm *.bak
Expand All @@ -37,4 +38,4 @@ else
git push origin --tags
npm publish
@echo "\033[32mv${version} released\033[0;39m"
endif
endif
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tilestrata-mapnik",
"version": "0.1.0",
"version": "0.2.0",
"description": "A TileStrata plugin for rendering tiles with mapnik",
"author": "Brian Reavis <brian@thirdroute.com>",
"license": "Apache License, v2.0",
Expand Down

0 comments on commit b909083

Please sign in to comment.