From 134dc48b5b629952532d8b4fa1ebf4e577e31a85 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 30 Oct 2023 21:03:18 -0700 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ece9b9d..c8e39ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rncryptor-c-wasm", - "version": "1.0.1", + "version": "1.0.2", "description": "wasm wrapper to RNCryptor-C", "main": "./dist/index.js", "types": "./dist/index.d.ts",