diff --git a/package-lock.json b/package-lock.json index 83954768..82286145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "noriskclient", - "version": "0.4.8", + "version": "0.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "noriskclient", - "version": "0.4.8", + "version": "0.4.9", "dependencies": { "@tauri-apps/api": "1.4.0", "nouislider": "^15.6.1", diff --git a/package.json b/package.json index f8ef5f4e..9af6bd6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "noriskclient", "private": true, - "version": "0.4.8", + "version": "0.4.9", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e6314f99..6cf0dc1b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2660,7 +2660,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "noriskclient" -version = "0.4.8" +version = "0.4.9" dependencies = [ "anyhow", "async-compression", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cd550924..3ca2b61a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noriskclient" -version = "0.4.8" +version = "0.4.9" description = "A NoRiskClient launcher for Minecraft, written in Rust using Tauri." authors = ["NoRiskk"] license = "GNU General Public License v3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2ed455ea..6d9cb167 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "NoRiskClient", - "version": "0.4.8" + "version": "0.4.9" }, "tauri": { "allowlist": { diff --git a/src/components/main/PokemonScreen.svelte b/src/components/main/PokemonScreen.svelte index 1afecad0..9c750042 100644 --- a/src/components/main/PokemonScreen.svelte +++ b/src/components/main/PokemonScreen.svelte @@ -612,7 +612,7 @@ loadAllData()} bind:options={options} bind:branches={branches} /> {/if}