From 99c82fb6ed1f2eb52a396fc4d10aeb22c07aa880 Mon Sep 17 00:00:00 2001 From: guo40020 Date: Thu, 12 Oct 2023 00:19:57 +0000 Subject: [PATCH] Update supported WhatsApp Web version to v2.2344.52 --- README.md | 2 +- src/util/Constants.js | 2 +- tools/version-checker/.version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 245466232f..08ff930230 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![npm](https://img.shields.io/npm/v/whatsapp-web.js.svg)](https://www.npmjs.com/package/whatsapp-web.js) [![Depfu](https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg)](https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765) ![WhatsApp_Web 2.2333.11](https://img.shields.io/badge/WhatsApp_Web-2.2333.11-brightgreen.svg) [![Discord Chat](https://img.shields.io/discord/698610475432411196.svg?logo=discord)](https://discord.gg/H7DqQs4) +[![npm](https://img.shields.io/npm/v/whatsapp-web.js.svg)](https://www.npmjs.com/package/whatsapp-web.js) [![Depfu](https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg)](https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765) ![WhatsApp_Web 2.2344.52](https://img.shields.io/badge/WhatsApp_Web-2.2344.52-brightgreen.svg) [![Discord Chat](https://img.shields.io/discord/698610475432411196.svg?logo=discord)](https://discord.gg/H7DqQs4) # whatsapp-web.js A WhatsApp API client that connects through the WhatsApp Web browser app diff --git a/src/util/Constants.js b/src/util/Constants.js index 670200f886..11ea251ea2 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -7,7 +7,7 @@ exports.DefaultOptions = { headless: true, defaultViewport: null }, - webVersion: '2.2333.11', + webVersion: '2.2344.52', webVersionCache: { type: 'local', }, diff --git a/tools/version-checker/.version b/tools/version-checker/.version index 463d9a85ff..57c56b8697 100644 --- a/tools/version-checker/.version +++ b/tools/version-checker/.version @@ -1 +1 @@ -2.2333.11 \ No newline at end of file +2.2344.52 \ No newline at end of file