From de2e7ec3a51e7a83654ef588c2d2fee8413e10ca Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 8 Sep 2020 09:29:46 +0800 Subject: [PATCH] 0.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 188c6462..d8afff20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "napi-rs", - "version": "0.3.4", + "version": "0.3.5", "description": "A minimal library for building compiled Node add-ons in Rust.", "bin": { "napi": "scripts/index.js"