From 13eb658cb965eee38e2b45cd180eaee31125c37c Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 29 Dec 2023 11:46:14 +0200 Subject: [PATCH] Recompile the package for lower GLIBC version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18cf9a5..128d7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bliss-rs/bliss-rs", - "version": "0.0.3", + "version": "0.0.4", "description": "A fork of the bliss-rs library with Node.js bindings", "main": "index.js", "types": "index.d.ts",