mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-01 16:58:05 +00:00
Bump version number; fix node version that I accidentally reverted
This commit is contained in:
parent
223d837736
commit
9a21c04f06
@ -1,5 +1,4 @@
|
|||||||
language: generic
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## 1.23.0
|
||||||
|
|
||||||
|
* Add input support for Geobuf file format
|
||||||
|
|
||||||
## 1.22.2
|
## 1.22.2
|
||||||
|
|
||||||
* Add better diagnostics for NaN or Infinity in input JSON
|
* Add better diagnostics for NaN or Infinity in input JSON
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#ifndef VERSION_HPP
|
#ifndef VERSION_HPP
|
||||||
#define VERSION_HPP
|
#define VERSION_HPP
|
||||||
|
|
||||||
#define VERSION "tippecanoe v1.22.2\n"
|
#define VERSION "tippecanoe v1.23.0\n"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user