Skip to content

Commit

Permalink
Bumped version number to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 11, 2015
1 parent d2b6fba commit b49b13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion init-headphone
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b49b13d

Please sign in to comment.