Add Useragent Headers, better error message handling on login, fix logger toggle #19

Merged
HorizonCode merged 6 commits from dev into master 2024-07-17 08:37:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9f71ad0f8e - Show all commits

View File

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

View File

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