diff --git a/package-lock.json b/package-lock.json index 472890b..a90eb5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wtf", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wtf", - "version": "3.5.0", + "version": "3.5.1", "license": "MIT", "dependencies": { "@wppconnect/wa-js": "^3.2.0", diff --git a/package.json b/package.json index b57f7eb..b9d7577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtf", - "version": "3.5.0", + "version": "3.5.1", "description": "WTF Chrome Extension that allows you to send messages in bulk via WhatsApp™ Web", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 47ac493..3686870 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_appName__", - "version": "3.5.0", + "version": "3.5.1", "action": { "default_icon": { "16": "icons/wtf16.png",