From b9fc1fa4b57de6f8171521ffa370bfccdaa501a3 Mon Sep 17 00:00:00 2001 From: "Korimsoft [Tomas Korima]" Date: Fri, 23 Aug 2024 16:57:59 +0200 Subject: [PATCH] 0.2.13 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 827f0d5..af77787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tyfun", - "version": "0.2.12", + "version": "0.2.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tyfun", - "version": "0.2.12", + "version": "0.2.13", "license": "MIT", "dependencies": { "lodash": "^4.17.21" diff --git a/package.json b/package.json index a593460..37d2b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "korimsoft-tyfun", - "version": "0.2.12", + "version": "0.2.13", "description": "Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities", "main": "./dist/index.js", "types": "./dist/type-decl/index.d.ts",