From 3f37b74bbdefce5462cb3d36a0915f7fcee197fc Mon Sep 17 00:00:00 2001 From: copyandexecute <58366920+copyandexecute@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:45:03 +0100 Subject: [PATCH] bump to v0.3.9 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/components/main/PokemonScreen.svelte | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdbd2bff..e75057f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "noriskclient", - "version": "0.3.8", + "version": "0.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "noriskclient", - "version": "0.3.8", + "version": "0.3.9", "dependencies": { "@tauri-apps/api": "1.4.0", "nouislider": "^15.6.1", diff --git a/package.json b/package.json index f1136da1..d480b33b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "noriskclient", "private": true, - "version": "0.3.8", + "version": "0.3.9", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index af234d2c..087f2592 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2461,7 +2461,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "noriskclient" -version = "0.3.8" +version = "0.3.9" dependencies = [ "anyhow", "async-compression", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 573c262f..4f564947 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noriskclient" -version = "0.3.8" +version = "0.3.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 2704282e..4d35ad2d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "NoRiskClient", - "version": "0.3.8" + "version": "0.3.9" }, "tauri": { "allowlist": { diff --git a/src/components/main/PokemonScreen.svelte b/src/components/main/PokemonScreen.svelte index 4e219595..6ce699ba 100644 --- a/src/components/main/PokemonScreen.svelte +++ b/src/components/main/PokemonScreen.svelte @@ -322,7 +322,7 @@ {/if}