Skip to content

Commit aed2bbf

Browse files
committed
chore: bump version number
1 parent a97955b commit aed2bbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "BetterKnob"
33
description = "A better volume knob for controlling your computer's audio"
4-
version = "1.0.0"
4+
version = "1.1.0"
55
license = "GPL-3.0-only"
66
readme = "README.md"
77

src/keyb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def load_config():
4949
"default_process": "chrome.exe",
5050
"volume_step_min": "0.05",
5151
"volume_step_max": "0.10",
52+
"change_system_vol_if_no_audio": "false",
5253
"key_quit": "f13", # 100
5354
"key_cycle_audio_source": "f15", # 102
5455
"key_currently_focused": "f16", # 103

0 commit comments

Comments
 (0)