diff --git a/README.md b/README.md index b942a4a..6106524 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ const arrayBuffer = parquetWrite({ ## References - https://github.com/hyparam/hyparquet + - https://github.com/hyparam/hyparquet-compressors - https://github.com/apache/parquet-format - https://github.com/apache/parquet-testing diff --git a/package.json b/package.json index 36d1793..1ca54c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyparquet-writer", - "version": "0.1.3", + "version": "0.1.4", "description": "Parquet file writer for JavaScript", "author": "Hyperparam", "homepage": "https://hyperparam.app",