Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported WhatsApp Web version to v2.3000.1019734894
Browse files Browse the repository at this point in the history
pedroslopez authored Jan 31, 2025
1 parent f56d25f commit c7042f8
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
@@ -7,7 +7,7 @@
<p>
<a href="https://www.npmjs.com/package/whatsapp-web.js"><img src="https://img.shields.io/npm/v/whatsapp-web.js.svg" alt="npm" /></a>
<a href="https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765"><img src="https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg" alt="Depfu" /></a>
<img src="https://img.shields.io/badge/WhatsApp_Web-2.3000.1017054665-brightgreen.svg" alt="WhatsApp_Web 2.2346.52" />
<img src="https://img.shields.io/badge/WhatsApp_Web-2.3000.1019734894-brightgreen.svg" alt="WhatsApp_Web 2.2346.52" />
<a href="https://discord.gg/H7DqQs4"><img src="https://img.shields.io/discord/698610475432411196.svg?logo=discord" alt="Discord server" /></a>
</p>
<br />
2 changes: 1 addition & 1 deletion src/util/Constants.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ exports.DefaultOptions = {
headless: true,
defaultViewport: null
},
webVersion: '2.3000.1017054665',
webVersion: '2.3000.1019734894',
webVersionCache: {
type: 'local',
},
2 changes: 1 addition & 1 deletion tools/version-checker/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3000.1017054665
2.3000.1019734894

0 comments on commit c7042f8

Please sign in to comment.