add optional logging, cleanup fixes #15

Merged
HorizonCode merged 4 commits from dev into master 2024-04-15 11:12:11 +00:00
12 changed files with 498 additions and 277 deletions
Showing only changes of commit 4e79809c19 - Show all commits

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "ezpplauncher-next",
"version": "2.1.4",
"version": "2.1.5",
"description": "EZPPLauncher rewritten with Svelte.",
"private": false,
"license": "MIT",