Bump version due to new keep-alive and max size per row options
This commit is contained in:
parent
26f1c93bce
commit
05c13a3f17
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
||||
1.19.2 - 2014-mm-dd
|
||||
1.20.0 - 2014-mm-dd
|
||||
-------------------
|
||||
|
||||
Announcements:
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cartodb_sql_api",
|
||||
"version": "1.19.2",
|
||||
"version": "1.20.0",
|
||||
"dependencies": {
|
||||
"cartodb-psql": {
|
||||
"version": "0.5.1",
|
||||
@ -133,7 +133,7 @@
|
||||
},
|
||||
"inherits": {
|
||||
"version": "2.0.1",
|
||||
"from": "inherits@~2.0.1"
|
||||
"from": "inherits@2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5,7 +5,7 @@
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
],
|
||||
"version": "1.19.2",
|
||||
"version": "1.20.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
||||
|
Loading…
Reference in New Issue
Block a user