diff --git a/README.md b/README.md index a352c36..1bb0bcd 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ usage: init-headphone [-h] [-v] [-f] [command] Manage the headphone amplifier found in some Clevo laptops (see the list of supported models below) -version: 0.7 +version: 0.8 positional arguments: command see the list of available commands below, init is the default diff --git a/init-headphone b/init-headphone index cbaa1b9..532ae3a 100755 --- a/init-headphone +++ b/init-headphone @@ -13,7 +13,7 @@ import traceback __all__ = ["init", "set_mute", "set_effect", "recovery"] -VERSION = "0.7" +VERSION = "0.8" SUPPORTED_BASEBOARD_PRODUCT_NAMES = [ # x is used as wildcard "N1xxSD", "P37xSM-A", "P65xSE", "P770ZM", "W130SV", "W230SD", "W230SS",