Fix: Update version number to 2.56.0 in README, package.json, and package-lock.json

This commit is contained in:
2025-11-08 23:58:21 +01:00
parent 4c5d5ef9a8
commit 3bdb94adb5
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
[![Discord](https://img.shields.io/badge/💬_Join_Discord-7289DA?style=for-the-badge&logo=discord)](https://discord.gg/k5uHkx9mne)
[![GitHub](https://img.shields.io/badge/⭐_Star_Project-yellow?style=for-the-badge&logo=github)](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot)
[![Version](https://img.shields.io/badge/version-2.55.0-blue?style=for-the-badge)](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/releases)
[![Version](https://img.shields.io/badge/version-2.56.0-blue?style=for-the-badge)](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/releases)
[![License](https://img.shields.io/badge/license-CC_BY--NC--SA_4.0-green?style=for-the-badge)](LICENSE)
</div>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "microsoft-rewards-bot",
"version": "2.55.0",
"version": "2.56.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "microsoft-rewards-bot",
"version": "2.55.0",
"version": "2.56.0",
"description": "Automate Microsoft Rewards points collection",
"private": true,
"main": "index.js",