diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0013e69d..55628b39 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5367,7 +5367,7 @@ dependencies = [ [[package]] name = "wooting-macro-backend" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "brightness", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "wooting-macros" -version = "1.0.0" +version = "1.0.1" dependencies = [ "auto-launch", "byte-unit", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 03629e2c..81f9f7b1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wooting-macros" -version = "1.0.0" +version = "1.0.1" description = "Macro software made by Wooting." authors = ["Jeroen N", "Erik S", "Simon W", "David M", "Khang N"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6e77730e..6cc71cda 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Wootomation", - "version": "1.0.0" + "version": "1.0.1" }, "tauri": { "allowlist": { diff --git a/src/main.tsx b/src/main.tsx index cae14fe2..e44ec03a 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -9,7 +9,7 @@ import { attachConsole } from 'tauri-plugin-log'; // with LogTarget::Webview enabled this function will print logs to the browser console -const detach = await attachConsole(); +attachConsole(); ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( diff --git a/wooting-macro-backend/Cargo.lock b/wooting-macro-backend/Cargo.lock index a32ac831..7300827b 100644 --- a/wooting-macro-backend/Cargo.lock +++ b/wooting-macro-backend/Cargo.lock @@ -5209,7 +5209,7 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "wooting-macro-backend" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "brightness", diff --git a/wooting-macro-backend/Cargo.toml b/wooting-macro-backend/Cargo.toml index 964d07fd..80e4d4ce 100644 --- a/wooting-macro-backend/Cargo.toml +++ b/wooting-macro-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wooting-macro-backend" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "Macro software backend made by Wooting." authors = ["Jeroen N", "Erik S", "Simon W", "David M", "Khang N"]