Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit e8a8ba0

Browse files
author
Urbaexyz
committed
up version
1 parent 73de758 commit e8a8ba0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const start = async (urbae = new urbae()) => {
1212
console.log(color('------------------------------------------------------------------------', 'white'))
1313
console.log(color('[CREATOR]', 'aqua'), color('Thoriq Azzikra', 'magenta'))
1414
console.log(color('[BOT]', 'aqua'), color('URBAE BOT is now Online!', 'magenta'))
15-
console.log(color('[VER]', 'aqua'), color('2.6.0', 'magenta'))
15+
console.log(color('[VER]', 'aqua'), color('2.6.2', 'magenta'))
1616
urbae.onStateChanged((state) => {
1717
console.log(color('-> [STATE]'), state)
1818
if (state === 'CONFLICT') urbae.forceRefocus()

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-bot",
3-
"version": "2.6.0",
3+
"version": "2.6.2",
44
"description": "whatsapp-bot with NodeJS",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/Urbaexyz/whatsapp-bot",
2424
"dependencies": {
2525
"@mapbox/node-pre-gyp": "^1.0.1",
26-
"@open-wa/wa-automate": "^4.17.1",
26+
"@open-wa/wa-automate": "^4.20.6",
2727
"app-root-path": "^3.0.0",
2828
"axios": "^0.21.1",
2929
"bent": "^7.3.12",

0 commit comments

Comments
 (0)