From d39e56525d3360c7f9df15202d42ded87abd5529 Mon Sep 17 00:00:00 2001 From: raweee Date: Sat, 30 Sep 2023 15:15:04 +0530 Subject: [PATCH] Whatsapp-Lite Fixed --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec8e491..971d6f7 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Issues and Suggestions are welcome [here.](https://github.com/raweee/node-red-co * `Ver-0.1.34` : Multiple Events reading options are added in Chats-In Node. * `Ver-0.1.36` : Check box added to show status as `Online/Offline` in Whatsapp-Link Node, to get push notifications. Ping-Interval added to keep whatsapp alive for long time. Multiple examples added. * `Ver-0.1.37` : Changes for correction of send message with images and use Chromium profiles in Puppeteer. +* `Ver-0.1.39` : "Broken Whatsapp-Lite" fixed. working on easy to use nodes. ## Future Nodes Currently working on more Whatsapp Node and will be avilable soon - diff --git a/package.json b/package.json index 1bb16ec..f2f04a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-whatsapp-link", - "version": "0.1.38", + "version": "0.1.39", "description": "Node to send and receive whatsapp messages in groups and chats. | No third party APIs", "repository": { "type": "git",