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

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Urbaexyz committed Sep 10, 2021
1 parent 73de758 commit e8a8ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-bot",
"version": "2.6.0",
"version": "2.6.2",
"description": "whatsapp-bot with NodeJS",
"main": "index.js",
"scripts": {
Expand All @@ -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",
Expand Down

0 comments on commit e8a8ba0

Please sign in to comment.