diff --git a/package.json b/package.json index 1a0bf7c..68585eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ezpplauncher", - "version": "3.0.5", + "version": "3.0.6", "description": "", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ed68a87..2842843 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1012,7 +1012,7 @@ dependencies = [ [[package]] name = "ezpplauncher" -version = "3.0.5" +version = "3.0.6" dependencies = [ "base64 0.22.1", "discord-rich-presence", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3b6e2aa..81a8289 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezpplauncher" -version = "3.0.5" +version = "3.0.6" description = "EZPPLauncher redefined." authors = ["HorizonCode"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 097805b..fd200be 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "EZPPLauncher", - "version": "3.0.5", + "version": "3.0.6", "identifier": "farm.EZPPFarm.Launcher", "mainBinaryName": "ezpplauncher", "build": { diff --git a/src/screens/Launch.svelte b/src/screens/Launch.svelte index 0e31ce2..20b876c 100644 --- a/src/screens/Launch.svelte +++ b/src/screens/Launch.svelte @@ -1283,28 +1283,4 @@ {/if} - - - + \ No newline at end of file