From e8034e5f79fb3382ee30a8d74caa8020f8fa29b9 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Tue, 2 Aug 2022 14:12:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f7640..4fa89a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mobily/ts-belt", "description": "🔧 Fast, modern, and practical utility library for FP in TypeScript.", - "version": "3.13.0", + "version": "3.13.1", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",