From 9c45704eae8a660555c6c599d410235ff71252fe Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 4 Sep 2020 17:37:05 +0800 Subject: [PATCH] 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8155e9d..93e90a10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "napi-rs", - "version": "0.2.6", + "version": "0.3.0", "description": "A minimal library for building compiled Node add-ons in Rust.", "bin": { "napi": "scripts/index.js"