Bump version number; fix node version that I accidentally reverted

This commit is contained in:
Eric Fischer 2017-08-31 14:16:13 -07:00
parent 223d837736
commit 9a21c04f06
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,4 @@
language: generic
language: node_js
node_js:
- "6"

View File

@ -1,3 +1,7 @@
## 1.23.0
* Add input support for Geobuf file format
## 1.22.2
* Add better diagnostics for NaN or Infinity in input JSON

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "tippecanoe v1.22.2\n"
#define VERSION "tippecanoe v1.23.0\n"
#endif