Skip to content

Commit

Permalink
Version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Oct 20, 2024
1 parent a36198f commit 94f27db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-idler",
"version": "1.9",
"version": "1.10",
"description": "Headless cross-platform Steam game idler with multi account support! ",
"main": "idler.js",
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created Date: 2022-10-17 18:00:31
* Author: 3urobeat
*
* Last Modified: 2024-10-19 13:54:55
* Last Modified: 2024-10-20 18:48:21
* Modified By: 3urobeat
*
* Copyright (c) 2022 - 2024 3urobeat <https://github.com/3urobeat>
Expand Down Expand Up @@ -136,7 +136,6 @@ function checkForUpdate() {
const onlineVersion = output.version;

if (onlineVersion && onlineVersion != localVersion) {
logger("", "", true);
logger("", `${logger.colors.fggreen}Update available!${logger.colors.reset} Your version: ${logger.colors.fgred}${localVersion}${logger.colors.reset} | New version: ${logger.colors.fggreen}${onlineVersion}`, true);
logger("", "", true);
logger("", `Download it here and transfer your accounts.txt, config.json & proxies.txt:\n${logger.colors.fgcyan}${logger.colors.underscore}https://github.com/3urobeat/steam-idler/archive/refs/heads/main.zip`, true);
Expand All @@ -161,7 +160,7 @@ module.exports.start = async () => {
global.logger = logger; // Make logger accessible from everywhere in this project

logger("", "", true, true);
logger("info", "steam-idler by 3urobeat v1.9\n");
logger("info", "steam-idler by 3urobeat v1.10\n");

// Check for an update
checkForUpdate();
Expand Down

0 comments on commit 94f27db

Please sign in to comment.