Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed May 24, 2023
1 parent 2e7c2f8 commit 9a98f80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"onlinestatus": 1,
"afkMessage": "Hi, I'm idling.",
"loginDelay": 2000,
"relogDelay": 15000
"relogDelay": 15000,
"useLocalIP": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "steam-idler",
"version": "1.5",
"description": "Simple cross-platform Steam game idler.",
"version": "1.6",
"description": "Simple cross-platform Steam game idler with multi account support",
"main": "idler.js",
"dependencies": {
"@seald-io/nedb": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created Date: 17.10.2022 18:00:31
* Author: 3urobeat
*
* Last Modified: 24.05.2023 21:09:20
* Last Modified: 24.05.2023 21:16:01
* Modified By: 3urobeat
*
* Copyright (c) 2022 3urobeat <https://github.com/HerrEurobeat>
Expand Down Expand Up @@ -109,7 +109,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.5\n");
logger("info", "steam-idler by 3urobeat v1.6\n");

// Call helper function to import logininfo
let logininfo = await importLogininfo();
Expand Down

0 comments on commit 9a98f80

Please sign in to comment.