diff --git a/lib/manifest.mjs b/lib/manifest.mjs index 0a3ee5b..1809e24 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": "1997.1.3", + "version": "1997.1.4", "private": false, "homepage": "https://github.com/Leask/utilitas", "main": "index.mjs", diff --git a/package.json b/package.json index 4bb217c..2021490 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "utilitas", "description": "Just another common utility for JavaScript.", - "version": "1997.1.3", + "version": "1997.1.4", "private": false, "homepage": "https://github.com/Leask/utilitas", "main": "index.mjs",