From 79e0f0815c2236ee8714f13119945a931306abf5 Mon Sep 17 00:00:00 2001 From: Tyler Fehr Date: Sat, 18 May 2024 16:07:14 -0400 Subject: [PATCH] Release v0.0.3-beta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a099f9c..4e87835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cvm-js", - "version": "0.0.2-beta", + "version": "0.0.3-beta", "description": "An implementation in TypeScript of the novel probabilistic CVM counting algorithm", "main": "dist/index.js", "types": "dist/index.d.ts",