vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
987 stars 314 forks source link

Check if the app is the latest release or not. (0.24.0) #272

Closed nikhilmaske-2001 closed 2 years ago

nikhilmaske-2001 commented 2 years ago

Bumped version: 0.24.0

Currently this PR is completely ready

Screenshot: When update is available image When update is not available image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

vasani-arpit commented 2 years ago

We follow semantic versioning.

comparing it like number or string is not a good idea. I suggest you to use https://www.npmjs.com/package/semver for it.

nikhilmaske-2001 commented 2 years ago

@vasani-arpit Updated the PR, I have used lt() function to compare myVersion and latestVersion.

nikhilmaske-2001 commented 2 years ago

Closing this PR as I have created new PR #281