From 32734e5c439b2c4c6decdab4caec0bddfac8fc73 Mon Sep 17 00:00:00 2001 From: 3urobeat <35304405+3urobeat@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:06:30 +0100 Subject: [PATCH] Version 2.14.1 --- package-lock.json | 4 ++-- package.json | 2 +- src/data/data.json | 12 ++++++------ src/data/fileStructure.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ca6ccec..386b3e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "steam-comment-service-bot", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "steam-comment-service-bot", - "version": "2.14.0", + "version": "2.14.1", "license": "GPL-3.0", "dependencies": { "@seald-io/nedb": "^4.0.3", diff --git a/package.json b/package.json index a5c339a2..83292d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-comment-service-bot", - "version": "2.14.0", + "version": "2.14.1", "description": "The most advanced Steam Multi Account Manager with built-in comment, like & favorite commands and extensive plugin support.", "main": "start.js", "dependencies": { diff --git a/src/data/data.json b/src/data/data.json index c8de0ea8..f0e62fe7 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -1,14 +1,14 @@ { - "version": "21400", - "versionstr": "2.14.0", - "branch": "beta-testing", + "version": "21401", + "versionstr": "2.14.1", + "branch": "master", "filetostart": "./src/starter.js", - "filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/starter.js", + "filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/master/src/starter.js", "mestr": "3urobeat", "aboutstr": "This bot was created by 3urobeat.\nGitHub: https://github.com/3urobeat/steam-comment-service-bot \nSteam: https://steamcommunity.com/id/3urobeat \nIf you like my work, any donation would be appreciated! https://github.com/sponsors/3urobeat", "firststart": true, "compatibilityfeaturedone": false, - "whatsnew": "Added support for commenting in discussions, following users/workshops/curators and setting specific games per account. Added a relogging system with proxy switching support, a multi-language system, fixed a lot of bugs and more. Read the full release notes on GitHub!", + "whatsnew": "Fixed a bunch of bugs and made a few minor improvements, for more details read the release notes on GitHub.", "timesloggedin": 0, "totallogintime": 0 -} \ No newline at end of file +} diff --git a/src/data/fileStructure.json b/src/data/fileStructure.json index ce376ea4..621590ff 100644 --- a/src/data/fileStructure.json +++ b/src/data/fileStructure.json @@ -278,7 +278,7 @@ { "path": "package.json", "url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/package.json", - "checksum": "d152b19b0de0e054ac3c8dc0a9d1652b" + "checksum": "dbba3b2ff3a3a88733b9079f9fbd27c4" }, { "path": "scripts/README.md",