From f8b643b7f466b93ec6f64ff8a25c6be39112a994 Mon Sep 17 00:00:00 2001 From: Matt Scheurich Date: Sun, 8 Jan 2023 22:51:17 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a84e8..f822aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "barbell", - "version": "1.0.2", + "version": "1.0.4", "description": "Easily benchmark your JS code's performance via CLI using similar (but different) interface to Jest.", "main": "./dist/index.js", "types": "./dist/index.d.ts",