Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Aug 20, 2023
1 parent 5e6d4c9 commit b809e27
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.7",
"version": "1.8",
"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 15:15:15
* Last Modified: 20.08.2023 13:43:33
* 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.7\n");
logger("info", "steam-idler by 3urobeat v1.8\n");

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

0 comments on commit b809e27

Please sign in to comment.