Skip to content

Commit

Permalink
Version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Dec 31, 2023
1 parent fd47e21 commit 2fb4cc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8",
"version": "1.9",
"description": "Simple cross-platform Steam game idler with multi account support",
"main": "idler.js",
"dependencies": {
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: 2022-10-17 18:00:31
* Author: 3urobeat
*
* Last Modified: 2023-12-31 12:15:15
* Last Modified: 2023-12-31 12:24:21
* Modified By: 3urobeat
*
* Copyright (c) 2022 - 2023 3urobeat <https://github.com/3urobeat>
Expand Down Expand Up @@ -120,7 +120,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.8\n");
logger("info", "steam-idler by 3urobeat v1.9\n");

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

0 comments on commit 2fb4cc0

Please sign in to comment.