From e8a8ba0b046d3685756c8f7746e5a7dd3550a50c Mon Sep 17 00:00:00 2001 From: Urbaexyz Date: Fri, 10 Sep 2021 16:03:13 +0700 Subject: [PATCH] up version --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 889fb4f..e6ca94a 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ const start = async (urbae = new urbae()) => { console.log(color('------------------------------------------------------------------------', 'white')) console.log(color('[CREATOR]', 'aqua'), color('Thoriq Azzikra', 'magenta')) console.log(color('[BOT]', 'aqua'), color('URBAE BOT is now Online!', 'magenta')) - console.log(color('[VER]', 'aqua'), color('2.6.0', 'magenta')) + console.log(color('[VER]', 'aqua'), color('2.6.2', 'magenta')) urbae.onStateChanged((state) => { console.log(color('-> [STATE]'), state) if (state === 'CONFLICT') urbae.forceRefocus() diff --git a/package.json b/package.json index 429db2e..fdd1fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-bot", - "version": "2.6.0", + "version": "2.6.2", "description": "whatsapp-bot with NodeJS", "main": "index.js", "scripts": { @@ -23,7 +23,7 @@ "homepage": "https://github.com/Urbaexyz/whatsapp-bot", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.1", - "@open-wa/wa-automate": "^4.17.1", + "@open-wa/wa-automate": "^4.20.6", "app-root-path": "^3.0.0", "axios": "^0.21.1", "bent": "^7.3.12",