Skip to content

Commit

Permalink
Upgrade to H3 3.6.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis authored Jan 15, 2020
1 parent 9f5c2f9 commit f698ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -vex;
npm run clean &&
git clone https://github.com/uber/h3 &&
cd h3 &&
git checkout v3.4.0 &&
git checkout v3.6.2 &&
if command -v make; then
if [[ "${ARCH}" == "ia32" ]]; then
cmake . -DCMAKE_C_FLAGS="-fPIC -m32" && make h3;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3-node",
"version": "3.4.11",
"version": "3.6.2",
"description": "H3 Bindings to node using N-API",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"prebuildify": "^2.9.1"
},
"devDependencies": {
"h3-js": "^3.4.0",
"h3-js": "^3.6.3",
"nodeunit": "^0.11.3",
"prebuildify-ci": "^1.0.4"
}
Expand Down

0 comments on commit f698ba5

Please sign in to comment.