Compare commits

..

2 Commits

Author SHA1 Message Date
37567b5767 bump version 2022-10-21 00:59:19 +02:00
0a780b84e4 forgor to remove debug log 2022-10-21 00:59:11 +02:00
3 changed files with 2 additions and 3 deletions

1
app.js
View File

@ -47,7 +47,6 @@ const run = () => {
rpc.updateState("Idle in Launcher..."); rpc.updateState("Idle in Launcher...");
rpc.updateStatus(undefined, undefined); rpc.updateStatus(undefined, undefined);
} }
console.log(osuWindowInfo);
}, 2000); }, 2000);
setupTitlebar(); setupTitlebar();

View File

@ -1,4 +1,4 @@
const appName = "EZPPLauncher" const appName = "EZPPLauncher"
const appVersion = "1.1.0"; const appVersion = "1.1.1";
module.exports = { appName, appVersion }; module.exports = { appName, appVersion };

View File

@ -1,6 +1,6 @@
{ {
"name": "ezpplauncher", "name": "ezpplauncher",
"version": "1.1.0", "version": "1.1.1",
"main": "app.js", "main": "app.js",
"license": "MIT", "license": "MIT",
"author": "HorizonCode", "author": "HorizonCode",