From 2499bb181379c33fce557be48024dd14e2835735 Mon Sep 17 00:00:00 2001 From: Erik Verweij Date: Wed, 1 Jan 2025 16:41:23 +0100 Subject: [PATCH] bumps version to 3.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e4f11c..02cf74e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "typescript-result", - "version": "3.1.0", + "version": "3.1.1", "description": "A Result type inspired by Rust and Kotlin that leverages TypeScript's powerful type system to simplify error handling and make your code more readable and maintainable.", "keywords": [ "result",