dev #14

Merged
HorizonCode merged 6 commits from dev into master 2024-04-14 15:32:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 65a3e86261 - Show all commits

View File

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

View File

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