From cb6c80c12e67c6971cd3731b6ae7da90543f30c3 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Mon, 9 Jun 2025 01:07:12 -0500 Subject: [PATCH] Increment minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1330bc9..20f2f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-lib", - "version": "1.0.0", + "version": "1.0.1", "description": "Zero-dependency functional programming library optimized for Bun", "main": "dist/index.js", "module": "dist/index.js",