diff --git a/package-lock.json b/package-lock.json index 26a64c9..d69dcfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neohtop", - "version": "1.1.0", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neohtop", - "version": "1.1.0", + "version": "1.1.2", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", diff --git a/package.json b/package.json index ea2a081..911323b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neohtop", - "version": "1.1.1", + "version": "1.1.2", "description": "", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9e5f991..53f0c0c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "neohtop" -version = "1.1.1" +version = "1.1.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5ec91ec..84c2d78 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neohtop" -version = "1.1.1" +version = "1.1.2" description = "A cross-platform system monitor" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f05334a..143fb4f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,7 +27,7 @@ }, "productName": "NeoHtop", "mainBinaryName": "NeoHtop", - "version": "1.1.1", + "version": "1.1.2", "identifier": "com.neohtop.dev", "plugins": { "os": { diff --git a/src/lib/components/modals/ProcessDetailsModal.svelte b/src/lib/components/modals/ProcessDetailsModal.svelte index b679937..326b40f 100644 --- a/src/lib/components/modals/ProcessDetailsModal.svelte +++ b/src/lib/components/modals/ProcessDetailsModal.svelte @@ -22,7 +22,12 @@ : []; - + {#if process}