From a4aec1b5363c0ff53e09f53d198744014e486f68 Mon Sep 17 00:00:00 2001 From: Leask Wong Date: Sun, 10 Mar 2024 00:37:37 +0000 Subject: [PATCH 1/2] [RELEASE] 1995.2.89 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 014adca..91b7095 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "utilitas", "description": "Just another common utility for JavaScript.", - "version": "1995.2.88", + "version": "1995.2.89", "private": false, "homepage": "https://github.com/Leask/utilitas", "main": "index.mjs", From 5c42c66d612df921e46701a0ed31787c499d64ad Mon Sep 17 00:00:00 2001 From: Leask Wong Date: Sun, 10 Mar 2024 00:38:12 +0000 Subject: [PATCH 2/2] [BUILD] bda2963c523863f851de2c89733f7a3f4d82dd6f --- lib/manifest.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/manifest.mjs b/lib/manifest.mjs index 7cdc39b..7b84e82 100644 --- a/lib/manifest.mjs +++ b/lib/manifest.mjs @@ -1,7 +1,7 @@ const manifest = { "name": "utilitas", "description": "Just another common utility for JavaScript.", - "version": "1995.2.88", + "version": "1995.2.89", "private": false, "homepage": "https://github.com/Leask/utilitas", "main": "index.mjs",