Skip to content

Commit 9c99456

Browse files
authored
Merge pull request #119 from WootingKb/ver/version-bump
Version bump to 1.0.1
2 parents 19b93a2 + d7952d0 commit 9c99456

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-macros"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Macro software made by Wooting."
55
authors = ["Jeroen N", "Erik S", "Simon W", "David M", "Khang N"]
66
license = "GPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "Wootomation",
10-
"version": "1.0.0"
10+
"version": "1.0.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { attachConsole } from 'tauri-plugin-log';
99

1010

1111
// with LogTarget::Webview enabled this function will print logs to the browser console
12-
const detach = await attachConsole();
12+
attachConsole();
1313

1414

1515
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(

wooting-macro-backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wooting-macro-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-macro-backend"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
description = "Macro software backend made by Wooting."
66
authors = ["Jeroen N", "Erik S", "Simon W", "David M", "Khang N"]

0 commit comments

Comments
 (0)