NodeJS version 1.0.6

This commit is contained in:
dancoffman 2022-11-22 12:11:05 -08:00
parent d9e0f133e3
commit cb55e4f2ab
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ clean:
build: kzg.cxx kzg.ts package.json binding.gyp Makefile
cd ../../src; make lib
yarn install
yarn node-gyp rebuild
test: build

View File

@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "1.0.5",
"version": "1.0.6",
"description": "NodeJS bindings for C-KZG",
"author": "Dan Coffman",
"license": "MIT",