Skip to content

Commit

Permalink
fix: Upgrade whatsappVersion to 2.3000.10156x
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 29, 2024
1 parent ec98c7b commit 7e88c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {
"@wppconnect/wa-js": "^3.8.1",
"@wppconnect/wa-version": "^1.5.174",
"@wppconnect/wa-version": "^1.5.288",
"atob": "^2.1.2",
"axios": "^1.7.3",
"boxen": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/config/create-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const defaultOptions: CreateConfig = {
waitForLogin: true,
logger: defaultLogger,
tokenStore: 'file',
whatsappVersion: '2.3000.10152x',
whatsappVersion: '2.3000.10156x',
deviceName: false,
linkPreviewApiServers: null,
disableGoogleAnalytics: true,
Expand Down

0 comments on commit 7e88c51

Please sign in to comment.