Skip to content

Commit

Permalink
Update supported WhatsApp Web version to v2.3000.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Apr 30, 2024
1 parent b856093 commit 04704f7
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
Expand Up @@ -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.2346.52-brightgreen.svg" alt="WhatsApp_Web 2.2346.52" />
<img src="https://img.shields.io/badge/WhatsApp_Web-2.3000.0-brightgreen.svg" alt="WhatsApp_Web 2.3000.0" />
<a href="https://discord.gg/H7DqQs4"><img src="https://img.shields.io/discord/698610475432411196.svg?logo=discord" alt="Discord server" /></a>
</p>
<br />
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.3000.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.3000.0

0 comments on commit 04704f7

Please sign in to comment.