diff --git a/package-lock.json b/package-lock.json index f852565b..91df7b0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "steam-comment-service-bot", - "version": "2.14.1", + "version": "2.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "steam-comment-service-bot", - "version": "2.14.1", + "version": "2.15.0", "license": "GPL-3.0", "dependencies": { "@seald-io/nedb": "^4.0.4", diff --git a/package.json b/package.json index e253e488..7df5d478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-comment-service-bot", - "version": "2.14.1", + "version": "2.15.0", "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 f95d5b0e..3d35a7bb 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -1,14 +1,14 @@ { - "version": "21500b04", - "versionstr": "BETA 2.15 b4", - "branch": "beta-testing", + "version": "21500", + "versionstr": "2.15.0", + "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": "Please read the recent commits of the beta-testing branch on GitHub to see what's new.", + "whatsnew": "Added support for commenting & voting on reviews, drastically reduced startup time for large instances with many proxies, added QR-Code login support, added JobManager, improved PluginSystem and fixed some bugs. Read the full release notes: https://github.com/3urobeat/steam-comment-service-bot/blob/master/docs/wiki/changelogs/CHANGELOG_v2.15.md", "timesloggedin": 0, "totallogintime": 0 }