From 0ca3e897e1f62ff08aef3315c3ff08aa6337dc2a Mon Sep 17 00:00:00 2001 From: Alex Gorbatchev Date: Wed, 18 Jan 2023 15:59:09 -0800 Subject: [PATCH] Version 4.3.0 --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index c9192d6..48c9d34 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "crc", - "version": "4.2.0", + "version": "4.3.0", "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.", "author": { "name": "Alex Gorbatchev",