Skip to content

Commit

Permalink
Update supported WhatsApp Web version to v2.2409.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Feb 28, 2024
1 parent ef2f725 commit 8599f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.2346.52](https://img.shields.io/badge/WhatsApp_Web-2.2346.52-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.2409.0](https://img.shields.io/badge/WhatsApp_Web-2.2409.0-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
Expand Down
2 changes: 1 addition & 1 deletion src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.DefaultOptions = {
headless: true,
defaultViewport: null
},
webVersion: '2.2346.52',
webVersion: '2.2409.0',
webVersionCache: {
type: 'local',
},
Expand Down
2 changes: 1 addition & 1 deletion tools/version-checker/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2346.52
2.2409.0

0 comments on commit 8599f42

Please sign in to comment.