From 3791d431966a1f2b6b1450f4cdd6f465f6d09c87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Apr 2024 23:02:38 +0000 Subject: [PATCH] Bump version to 3.5.0 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c09a78..472890b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wtf", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wtf", - "version": "3.4.1", + "version": "3.5.0", "license": "MIT", "dependencies": { "@wppconnect/wa-js": "^3.2.0", diff --git a/package.json b/package.json index 60621a5..b57f7eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtf", - "version": "3.4.1", + "version": "3.5.0", "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 98cee54..47ac493 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_appName__", - "version": "3.4.1", + "version": "3.5.0", "action": { "default_icon": { "16": "icons/wtf16.png",