From 89d82f4999da09ad13fda80bdc0d08ec14346090 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 30 Jul 2022 15:13:33 +0600 Subject: [PATCH] faster and more accessible (2.2.8) - spanish localization by @adrigoomy - cobalt should load even faster cause all loaded files are now way smaller (esbuild implementation) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f390d8..e5d1d03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cobalt", "description": "probably the friendliest social media downloader yet", - "version": "2.2.7", + "version": "2.2.8", "author": "wukko", "exports": "./src/cobalt.js", "type": "module",