fix: Update package version to 2.56.11 in package.json and package-lock.json

This commit is contained in:
2025-11-13 20:36:08 +01:00
parent 4bf63835f1
commit 6ed77b120f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "microsoft-rewards-bot", "name": "microsoft-rewards-bot",
"version": "2.56.10", "version": "2.56.11",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "microsoft-rewards-bot", "name": "microsoft-rewards-bot",
"version": "2.56.10", "version": "2.56.11",
"hasInstallScript": true, "hasInstallScript": true,
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"dependencies": { "dependencies": {
@@ -4258,4 +4258,4 @@
} }
} }
} }
} }

View File

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