update version number and add changelog

This commit is contained in:
Konstantin Käfer
2011-06-28 15:04:40 +02:00
parent fcca6a4dc3
commit 50c87fbee4
2 changed files with 17 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "mbtiles",
"version": "0.0.3",
"version": "0.1.0",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"author": {
"name": "MapBox",
"url": "http://mapbox.com/",
"email": "info@mapbox.com"
},
"keywords": ["map", "mbtiles"],
"licenses": [{ "type": "BSD" }],
"main": "./lib/mbtiles",
@@ -20,7 +25,8 @@
"Tom MacWright <tmcw>",
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>"
"Young Hahn <yhahn>",
"Konstantin Käfer <kkaefer>"
],
"dependencies": {
"optimist": "0.2.x",