diff --git a/jc/parsers/bluetoothctl.py b/jc/parsers/bluetoothctl.py index 24fc553e..6848b886 100644 --- a/jc/parsers/bluetoothctl.py +++ b/jc/parsers/bluetoothctl.py @@ -108,7 +108,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.1' + version = '1.2' description = '`bluetoothctl` command parser' author = 'Jake Ob' author_email = 'iakopap at gmail.com'