Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Aug 12, 2023
1 parent d2cade7 commit bedd9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6",
"version": "1.7",
"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: 17.10.2022 18:00:31
* Author: 3urobeat
*
* Last Modified: 12.08.2023 11:55:40
* Last Modified: 12.08.2023 15:15:15
* Modified By: 3urobeat
*
* Copyright (c) 2022 3urobeat <https://github.com/3urobeat>
Expand Down Expand Up @@ -113,7 +113,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.6\n");
logger("info", "steam-idler by 3urobeat v1.7\n");

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

0 comments on commit bedd9bf

Please sign in to comment.