Target 1.2.0, due to addition of new features since 1.1.0

NOTE: I haven't touched npm-shrinkwrap.json as that file will
      get version from package.json on next regeneration

NOTE2: I added -dev suffix to the version so you can tell if
       you're running a development version or the "official"
       release (will get -dev removed)
This commit is contained in:
Sandro Santilli 2012-10-31 12:12:17 +01:00
parent 110af3e9d9
commit 765dc101b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
1.1.1 (DD/MM/YY)
1.2.0-dev (DD/MM/YY)
-----
* New output formats:
* ESRI Shapefile (format=shp)

View File

@ -2,7 +2,7 @@
"private": true,
"name": "cartodb_api",
"description": "high speed SQL api for cartodb",
"version": "1.1.1",
"version": "1.2.0-dev",
"author": {
"name": "Simon Tokumine, Sandro Santilli, Vizzuality",
"url": "http://vizzuality.com",